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 0864208 commit e63f19cCopy full SHA for e63f19c
tools/sync.py
@@ -23,4 +23,4 @@
23
print gclient_root
24
25
os.chdir(gclient_root)
26
-sp.call(cmd)
+sys.exit(sp.call(cmd))
0 commit comments