Skip to content

Commit

Permalink
Update tasks.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tommygonzaleza authored Jan 17, 2024
1 parent 5fa61fe commit 64c5a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion breathecode/assignments/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,6 @@ def serialize_task(task):
task.rigobot_repository_id = data['id']

except Exception as e:
logger.error('App Rigobot not found', str(e))
logger.error('App Rigobot not found', e)

logger.info('History log saved')

0 comments on commit 64c5a04

Please sign in to comment.