Skip to content

Commit d7d2d18

Browse files
committed
update overlay
1 parent c3c6760 commit d7d2d18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "overlay": "24ab0c3d875432abb2e9f7da123ae440d0bea32f" }
1+
{ "overlay": "939d22b802306789066ab73959c7455c7adf75cc" }

mx.graalpython/mx_graalpython_benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ def hosting_registry(self):
266266
def interpreter(self):
267267
try:
268268
return subprocess.check_output("which %s" % JythonVm.JYTHON_INTERPRETER, shell=True).decode().strip()
269-
except OSError as e:
269+
except Exception as e:
270270
mx.log_error(e)
271271
mx.abort("`jython` is neither on the path, nor is {} set!\n".format(ENV_JYTHON_JAR))
272272

0 commit comments

Comments
 (0)