# HG changeset patch # User Emmanouil Theofanis Chourdakis # Date 1508860438 -3600 # Node ID 521c9b65f738420af724e56a5d4421b619e3a3be # Parent 659fa2db6fc758212e126df8535105b8894105aa Fixed a typo on line 655 which did not allow .xls patterns to be converted to scenes diff -r 659fa2db6fc7 -r 521c9b65f738 python/simscene.py --- a/python/simscene.py Fri Oct 20 11:57:28 2017 +0100 +++ b/python/simscene.py Tue Oct 24 16:53:58 2017 +0100 @@ -652,7 +652,7 @@ # Also update the times from the patterns for pt in pattern_timedict: - pattern_timedict[pt] = [(s0, s[1] + new_start_time, s[2] + new_start_time) for s in + pattern_timedict[pt] = [(s[0], s[1] + new_start_time, s[2] + new_start_time) for s in pattern_timedict[pt]] if pt in timedict: