mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-25 14:36:34 +00:00
fixup: spelling in the comment
This commit is contained in:
parent
0aac8c27ed
commit
e5347d485f
@ -615,7 +615,7 @@ def download_media(media_id, override=False):
|
|||||||
raise InvalidTaskError(_('no such media')) from e
|
raise InvalidTaskError(_('no such media')) from e
|
||||||
else:
|
else:
|
||||||
if not media.download_checklist(override):
|
if not media.download_checklist(override):
|
||||||
# any condition that needs ro reschedule the task
|
# any condition that needs to reschedule the task
|
||||||
# should raise an exception to avoid this
|
# should raise an exception to avoid this
|
||||||
return
|
return
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user