]> git.parisson.com Git - teleforma.git/commitdiff
add log for mp3 fixed
authorGuillaume Pellerin <yomguy@parisson.com>
Wed, 25 Jul 2012 16:11:57 +0000 (18:11 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Wed, 25 Jul 2012 16:11:57 +0000 (18:11 +0200)
tools/trans/fix_chk_media.py

index 287b303a177f66c83b8d8215cc5286377983ab23..82a424a9fe2a4ab83843bba5465789646ffb6468 100644 (file)
@@ -34,6 +34,7 @@ class FixCheckMedia(object):
                     source = root + os.sep + file
                     self.fix_mp3(source, path)
                     os.system('rm ' + root + os.sep + fix_log)
+                    os.system('touch ' + root + os.sep + 'mp3.fixed')
 
 
     def fix_webm(self, path):