]> git.parisson.com Git - telemeta.git/commitdiff
fix import pattern
authoryomguy <yomguy@parisson.com>
Tue, 24 May 2011 09:20:27 +0000 (11:20 +0200)
committeryomguy <yomguy@parisson.com>
Tue, 24 May 2011 09:20:27 +0000 (11:20 +0200)
tools/scripts/telemeta-crem-import.py

index 88c24b82d0c3bd84b50eb30e8e99630b3bb62fad..3008567acbd2658555cc7465dc0a4e51a643e0a2 100755 (executable)
@@ -106,7 +106,7 @@ def run():
         sys.path.append(project_dir)
         import settings
         setup_environ(settings)
-        t = TelemetaWavImport(source_dir, log_file)
+        t = TelemetaWavImport(source_dir, log_file, pattern)
         t.wav_import()
 
 if __name__ == '__main__':