fix
This commit is contained in:
@@ -1170,7 +1170,7 @@ def rdata(csvfile=None, rower=rrower()):
|
||||
res = 0
|
||||
except (IOError, IndexError, EOFError, FileNotFoundError): # pragma: no cover
|
||||
try:
|
||||
res = rrdata(csvfile=file+'.gz', rower=rower)
|
||||
res = rrdata(csvfile=csvfile+'.gz', rower=rower)
|
||||
except (IOError, IndexError, EOFError, FileNotFoundError):
|
||||
res = 0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user