We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3c4e75 commit 158e892Copy full SHA for 158e892
jac/jaclang/runtimelib/machine.py
@@ -38,6 +38,7 @@ def __init__(self, base_path: str = "") -> None:
38
self.loaded_modules: dict[str, types.ModuleType] = {}
39
if not base_path:
40
base_path = os.getcwd()
41
+ # Ensure the base_path is a list rather than a string
42
self.base_path = base_path
43
self.base_path_dir = (
44
os.path.dirname(base_path)
0 commit comments