Private
Public Access
1
0

Added attributeerror to repairdata

This commit is contained in:
Sander Roosendaal
2016-12-13 22:34:48 +01:00
parent 9ea371f4e7
commit 972f7a2062

View File

@@ -114,7 +114,7 @@ def repair_data(verbose=False):
try:
rowdata = rdata(w.csvfilename)
update_strokedata(w.id,rowdata.df)
except IOError:
except IOError, AttributeError:
pass
def rdata(file,rower=rrower()):