Skip to content

Commit

Permalink
Update tasks.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alesanchezr authored Oct 10, 2023
1 parent dbf6de1 commit e0cb6f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion breathecode/activity/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def add_activity(user_id: int,
related_id: Optional[str | int] = None,
related_slug: Optional[str] = None,
**_):
logger.info('Executing add_activity')
logger.info(f'Executing add_activity related to {str(kind)}')

if related_type and not (bool(related_id) ^ bool(related_slug)):
raise AbortTask(
Expand Down

0 comments on commit e0cb6f8

Please sign in to comment.