Commit 1e74e009 by Alexander Kryklia

Merge pull request #2726 from edx/alex/fix_typo

Fix typo in video_module.
parents 663671ec d6602f4f
......@@ -366,7 +366,7 @@ class VideoModule(VideoFields, XModule):
try:
asset(self.location, self.sub, 'en')
except NotFoundError:
passs
pass
else:
available_translations = ['en']
for lang in self.transcripts:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment