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 78c3770 commit 0cdc221Copy full SHA for 0cdc221
test/Driver/Dependencies/Inputs/update-dependencies-bad.py
@@ -45,4 +45,4 @@
45
sys.exit(129)
46
47
execDir = os.path.dirname(os.path.abspath(__file__))
48
-execfile(os.path.join(execDir, "update-dependencies.py"))
+exec(open(os.path.join(execDir, "update-dependencies.py")).read())
0 commit comments