Index: scm.py |
diff --git a/scm.py b/scm.py |
index 80e5fc4a592ce57bbec6aa2c91e334990734c2d1..446c94add8381b971932c7327c959f0c222f01d1 100644 |
--- a/scm.py |
+++ b/scm.py |
@@ -79,6 +79,7 @@ def determine_scm(root): |
subprocess2.check_output( |
['git', 'rev-parse', '--show-cdup'], |
stdout=subprocess2.VOID, |
+ stderr=subprocess2.VOID, |
cwd=root) |
return 'git' |
except (OSError, subprocess2.CalledProcessError): |