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 aab69bb commit 2257ba7Copy full SHA for 2257ba7
mx.graalpython/mx_graalpython.py
@@ -292,7 +292,7 @@ def libpythonvm_build_args():
292
commit = str(vc.tip(SUITE.dir)).strip()
293
try:
294
branch = str(vc.active_branch(SUITE.dir)).strip()
295
- except Exception:
+ except Exception: # pylint: disable=broad-except
296
branch = "master"
297
298
if script := os.environ.get("ARTIFACT_DOWNLOAD_SCRIPT"):
0 commit comments