Skip to content

Commit

Permalink
feat: add log failed courses on export course command
Browse files Browse the repository at this point in the history
  • Loading branch information
igobranco committed Jan 21, 2025
1 parent 1bee4b9 commit 8129603
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,6 @@ def handle(self, *args, **options):
failed_courses.append(course_id)

self.log_msg(f"Tasks completed, successful count: {len(successfull_courses)}, failed, {len(failed_courses)}")

for failed_course in failed_courses:
self.log_msg(f"Failed course: {failed_course}")

0 comments on commit 8129603

Please sign in to comment.