]> git.parisson.com Git - yomguy-tools.git/commitdiff
cleanup
authoryomguy <yomguy@457c0346-1240-4656-8a5a-9edca8063506>
Mon, 19 Jul 2010 14:22:20 +0000 (14:22 +0000)
committeryomguy <yomguy@457c0346-1240-4656-8a5a-9edca8063506>
Mon, 19 Jul 2010 14:22:20 +0000 (14:22 +0000)
git-svn-id: http://svn.parisson.org/svn/tools/trunk@93 457c0346-1240-4656-8a5a-9edca8063506

isp_tools/isp_trans.py

index 5f831fd29f741f0b527fc118db910bb9dfc9e511..56c6f0ee01595fea56c45057f57c310dea4b262d 100644 (file)
@@ -157,7 +157,7 @@ class ISPTrans(object):
                 continue
             else:
                 if not os.path.exists(dest) or force_mode != '':
-                    mess = 'Transcoding from %s:%s to %s:%s -> %s ...' \
+                    mess = 'Transcoding from %s:%s to %s:%s -> %s' \
                             % (str(int(float(start_mn))), str(int(float(start_s))), str(int(float(end_mn))), str(int(float(end_s))), dest)
                     self.logger.write_info(media, mess)
                     command = self.transcode_command(media, str(start), str(duration), dest)