From: Guillaume Pellerin Date: Thu, 30 May 2013 08:20:57 +0000 (+0200) Subject: fix crem_checker X-Git-Tag: 1.5.0rc3~50 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=6a48c17a100cbc575e65468e13b3ee781cdf5bdc;p=telemeta.git fix crem_checker --- diff --git a/tools/scripts/crem_checker.py b/tools/scripts/crem_checker.py index e66b6803..9b5088a0 100755 --- a/tools/scripts/crem_checker.py +++ b/tools/scripts/crem_checker.py @@ -230,9 +230,10 @@ class CremCheck: def check(self): for dir in self.dir_list: + collection = CremCollection(self.root_dir + dir, self.logger) msg = '************************ ' + collection.dir_name + ' ******************************' self.logger.write_info(collection.dir, msg[:70]) - collection = CremCollection(self.root_dir + dir, self.logger) + xls_list = collection.xls_list() wav_list = collection.wav_list()