Skip to content

Commit

Permalink
style: Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisChV committed Dec 25, 2024
1 parent 9cdf45f commit 3885dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmodule/video_block/transcripts_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ def manage_video_subtitles_save(item, user, old_metadata=None, generate_translat
except TranscriptException:
pass
except AttributeError:
pass
pass
if reraised_message:
item.save_with_metadata(user)
raise TranscriptException(reraised_message)
Expand Down

0 comments on commit 3885dd1

Please sign in to comment.