From 4d7ef488e747c9611c45859a7fefe53b41f330b5 Mon Sep 17 00:00:00 2001 From: Alexander Kryklia Date: Wed, 26 Feb 2014 12:41:41 +0200 Subject: [PATCH] Fix typo in video_module. --- common/lib/xmodule/xmodule/video_module/video_module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/lib/xmodule/xmodule/video_module/video_module.py b/common/lib/xmodule/xmodule/video_module/video_module.py index d840601545..e75b7b4c46 100644 --- a/common/lib/xmodule/xmodule/video_module/video_module.py +++ b/common/lib/xmodule/xmodule/video_module/video_module.py @@ -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: