Private
Public Access
1
0
This commit is contained in:
2023-09-01 13:06:48 +02:00
parent e35956198a
commit 3d19d7af43

View File

@@ -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