Private
Public Access
1
0

error checking in dataprep

This commit is contained in:
Sander Roosendaal
2017-04-15 13:01:09 +02:00
parent 58f74e3760
commit bf2e7ee0ec

View File

@@ -783,6 +783,8 @@ def rdata(file,rower=rrower()):
res = rrdata(csvfile=file+'.gz',rower=rower)
except IOError,IndexError:
res = 0
except:
res = 0
return res