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 0b14840 commit e98e3e1Copy full SHA for e98e3e1
mx.graalpython/mx_graalpython.py
@@ -834,7 +834,7 @@ def update_import_cmd(args):
834
d = {}
835
with open(suite_py) as f:
836
exec(f.read(), d, d) # pylint: disable=exec-used;
837
- for suite in dict["suite"].get("imports", {}).get("suites", []):
+ for suite in d["suite"].get("imports", {}).get("suites", []):
838
import_name = suite["name"]
839
if suite.get("version") and import_name not in local_names:
840
imports_to_update.add(import_name)
0 commit comments