Skip to content

Commit

Permalink
hotfix (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
kavigupta authored Aug 11, 2020
1 parent a6a7810 commit 41202e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/api/assignment.py
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ def _load_protocols(self):
log.info('Loaded protocol "{}"'.format(proto))

def _print_header(self):
if self.cmd_args.autobackup_actual_run_sync:
if getattr(self.cmd_args, 'autobackup_actual_run_sync', False):
return
format.print_line('=')
print('Assignment: {}'.format(self.name))
Expand Down

0 comments on commit 41202e4

Please sign in to comment.