Suppress error messages from missing repositories.
This commit is contained in:
parent
e8eb9970a6
commit
625f225448
@ -72,7 +72,7 @@ for line in lines:
|
|||||||
url = runCommand(['git', 'ls-remote', '--get-url', 'origin'])
|
url = runCommand(['git', 'ls-remote', '--get-url', 'origin'])
|
||||||
rev = runCommand(['git', 'log', '--pretty=format:%H', '-n', '1'])
|
rev = runCommand(['git', 'log', '--pretty=format:%H', '-n', '1'])
|
||||||
except (OSError, RuntimeError) as e:
|
except (OSError, RuntimeError) as e:
|
||||||
sys.stderr.write(str(e) + '\n')
|
#sys.stderr.write(str(e) + '\n')
|
||||||
continue
|
continue
|
||||||
|
|
||||||
roots[root] = (url, rev)
|
roots[root] = (url, rev)
|
||||||
|
Loading…
Reference in New Issue
Block a user