]> git.parisson.com Git - teleforma.git/commitdiff
fix
authoryomguy <yomguy@parisson.com>
Wed, 18 Jul 2012 17:23:48 +0000 (19:23 +0200)
committeryomguy <yomguy@parisson.com>
Wed, 18 Jul 2012 17:23:48 +0000 (19:23 +0200)
teleforma/views.py

index 4a32c2bcd7206f6f3ee6cdb780ee8be92ddf6497..44e9b55ee8f2ceae4b9d051b12396f7ba08d4d2a 100755 (executable)
@@ -412,7 +412,7 @@ class ConferenceRecordView(FormView):
         f = open(path, 'w')
         f.write(img.read())
         f.close()
-        command = 'dwepb ' + path + ' -o ' + dir + os.sep + 'preview.png'
+        command = '/usr/bin/dwepb ' + path + ' -o ' + dir + os.sep + 'preview.png'
         os.system(command)
 
     @method_decorator(login_required)