[Debconf-video-commits] r214 - package/trunk/src

benh at alioth.debian.org benh at alioth.debian.org
Thu Aug 7 21:29:38 UTC 2008


Author: benh
Date: 2008-08-07 21:29:37 +0000 (Thu, 07 Aug 2008)
New Revision: 214

Modified:
   package/trunk/src/dc-do-transcoding
Log:
Removed transaction open/close; I don't believe we need it after all


Modified: package/trunk/src/dc-do-transcoding
===================================================================
--- package/trunk/src/dc-do-transcoding	2008-08-07 20:47:16 UTC (rev 213)
+++ package/trunk/src/dc-do-transcoding	2008-08-07 21:29:37 UTC (rev 214)
@@ -70,8 +70,6 @@
                 {'event_recording_id': job.video_event_recording_id,
                  'target_format_id': job.video_target_format_id,
                  'file_status_code': file_status_code})
-    cur.execute('COMMIT')
-    cur.execute('BEGIN')
 
 def hms_to_seconds(hms):
     hours, minutes, seconds = hms.split(':')




More information about the Debconf-video-commits mailing list