From: Guillaume Pellerin Date: Wed, 25 Jul 2012 16:11:57 +0000 (+0200) Subject: add log for mp3 fixed X-Git-Tag: 0.8.3~16 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=10aa478e198e43f172d729ad13246e90e5a018f1;p=teleforma.git add log for mp3 fixed --- diff --git a/tools/trans/fix_chk_media.py b/tools/trans/fix_chk_media.py index 287b303a..82a424a9 100644 --- a/tools/trans/fix_chk_media.py +++ b/tools/trans/fix_chk_media.py @@ -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):