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 7f15f43 commit fd6cc4cCopy full SHA for fd6cc4c
fetch-externals
@@ -29,7 +29,7 @@ def checkout_deps(basepath):
29
30
# evaluate contents of DEPS file
31
f = open(depsfile, 'r')
32
- exec(f.read())
+ exec(f.read(), globals())
33
34
# process the path:url pairs in deps
35
for path in sorted(deps.keys()):
0 commit comments