Merge pull request #2726 from edx/alex/fix_typo

Fix typo in video_module.
This commit is contained in:
Alexander Kryklia
2014-02-26 12:41:48 +02:00

View File

@@ -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: