Fixed print in repository check

master
Graham Eades 2020-03-02 18:03:03 +00:00
parent 6f22b5eb6e
commit 1f38736b37
1 changed files with 1 additions and 1 deletions

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