# HG changeset patch # User Iannis # Date 1422287734 -7200 # Node ID b243f896e5f4c97e1c9bc95e8de5d29829a370b2 # Parent 28d7b0974fe69cc7575f580250bae803f615930d Changes (again) duration in licel files. diff -r 28d7b0974fe6 -r b243f896e5f4 licel.py --- a/licel.py Mon Nov 24 11:35:40 2014 +0200 +++ b/licel.py Mon Jan 26 17:55:34 2015 +0200 @@ -184,7 +184,7 @@ if len(raw_start_in_seconds) == 1: # If only one file imported duration = self.durations.itervalues().next() # Get the first (and only) raw_info - duration_sec = duration.seconds + duration_sec = duration else: duration_sec = np.diff(raw_start_in_seconds)[0]