diff --git a/Stuff/Modules/cm.py b/Stuff/Modules/cm.py index aec233f..6db2a53 100644 --- a/Stuff/Modules/cm.py +++ b/Stuff/Modules/cm.py @@ -201,7 +201,7 @@ def _processRoomFile(self, infile, endsplit = 7): * missCounter + before[1] missing = [] - if missing != []: + if missing != [] and before: for missLines in missing: self.data[missLines][2:4] = before diff --git a/Stuff/Modules/version.py b/Stuff/Modules/version.py index e4b458f..ed842c7 100644 --- a/Stuff/Modules/version.py +++ b/Stuff/Modules/version.py @@ -21,7 +21,7 @@ def version(): return ['0', '4', '0'] def date(): - return "26 May 2014" + return "3 June 2014" def copyleft(): return "2013, 2014"