fix dumpmap error when only thing to do is deleting files

This commit is contained in:
Laura Klünder 2016-12-01 12:39:24 +01:00
parent 24611c8863
commit 908e2baa8c

View file

@ -98,6 +98,7 @@ class MapdataWriter:
))
print()
self.delete.append(file_path)
count += 1
return count