Skip to content

Commit

Permalink
#280 Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
viliambalaz committed Jul 8, 2021
1 parent e921176 commit 736508d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chcemvediet/apps/inforequests/cron.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def obligee_deadline_reminder():
continue
nop() # To let tests raise testing exception here.
filtered.append(branch)
except Exception as msg:
except Exception:
msg = u'Checking if obligee deadline reminder should be sent failed: {}\n{}'
trace = unicode(traceback.format_exc(), u'utf-8')
cron_logger.error(msg.format(action, trace))
Expand Down

0 comments on commit 736508d

Please sign in to comment.