From acc6efa7c375a5f423dc6ba0a511f354b9474e1e Mon Sep 17 00:00:00 2001 From: yomguy Date: Sat, 16 Oct 2010 15:29:45 +0000 Subject: [PATCH] revert forcing for awdio --- timeside/tools/waveform_batch_awdio.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/timeside/tools/waveform_batch_awdio.py b/timeside/tools/waveform_batch_awdio.py index ef6eeb9..ca65a23 100644 --- a/timeside/tools/waveform_batch_awdio.py +++ b/timeside/tools/waveform_batch_awdio.py @@ -50,8 +50,8 @@ class GrapherScheme: self.bg_color = None # Force computation. By default, the class doesn't overwrite existing image files. - self.force = True - + self.force = False + class Media2Waveform: -- 2.39.5