Fix lint errors

Change-Id: I33f8680b2747e79d0caf024b55fdd4782dedd544
Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
This commit is contained in:
Bogdan Dobrelya 2018-02-09 18:02:07 +01:00
parent 88c617d17a
commit 40e6ec4e2b
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):