1
0
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:
Graham Eades 2020-03-02 18:03:03 +00:00
parent 6f22b5eb6e
commit 1f38736b37

View File

@ -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" )