mirror of
http://git.whoc.org.uk/git/password-manager.git
synced 2025-01-24 20:41:32 +01:00
Fixed print in repository check
This commit is contained in:
parent
6f22b5eb6e
commit
1f38736b37
@ -89,7 +89,7 @@ def build (settings, repository):
|
|||||||
|
|
||||||
if repository.areTherePendingChanges():
|
if repository.areTherePendingChanges():
|
||||||
if 'install' in settings['versions']:
|
if 'install' in settings['versions']:
|
||||||
# print "\nWARNING: repository has pending changes\n"
|
# print ( "\nWARNING: repository has pending changes\n" )
|
||||||
raise Exception("repository has pending changes, can't 'install'")
|
raise Exception("repository has pending changes, can't 'install'")
|
||||||
else:
|
else:
|
||||||
print ( "\nWARNING: repository has pending changes\n" )
|
print ( "\nWARNING: repository has pending changes\n" )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user