mirror of
http://git.whoc.org.uk/git/password-manager.git
synced 2024-11-14 18:19:02 +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 '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'")
|
||||
else:
|
||||
print ( "\nWARNING: repository has pending changes\n" )
|
||||
|
Loading…
Reference in New Issue
Block a user