Merge "Fix lint errors"

This commit is contained in:
Zuul 2018-02-14 00:26:14 +00:00 committed by Gerrit Code Review
commit bd9bc4b212
1 changed files with 2 additions and 2 deletions

View File

@ -63,8 +63,8 @@ class BackupUndercloud(command.Command):
output = undercloud_backup.backup(clients, workflow_input)
LOG.info(output)
except Exception as e:
print ("Undercloud backup finished with errors")
print ('Output: {}'.format(e))
print("Undercloud backup finished with errors")
print('Output: {}'.format(e))
LOG.info(e)
def take_action(self, parsed_args):