You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I occasionally encounter the error below when using r2csv.py.
Traceback (most recent call last):
File "/home/anova0515/goreviewpartner/r2csv.py", line 210, in
rsgf2csv(filename)
File "/home/anova0515/goreviewpartner/r2csv.py", line 171, in rsgf2csv
if table[1+m][c]=="":
IndexError: list index out of range
I attached two such problematic .rsgf files (had to change the extension to .txt for it to be accepted).
Note: I have successfully converted tens of thousands of rsgf files, so this is a somewhat rare occurrence.
Hi,
I occasionally encounter the error below when using r2csv.py.
Traceback (most recent call last):
File "/home/anova0515/goreviewpartner/r2csv.py", line 210, in
rsgf2csv(filename)
File "/home/anova0515/goreviewpartner/r2csv.py", line 171, in rsgf2csv
if table[1+m][c]=="":
IndexError: list index out of range
I attached two such problematic .rsgf files (had to change the extension to .txt for it to be accepted).
Note: I have successfully converted tens of thousands of rsgf files, so this is a somewhat rare occurrence.
2000-05-08f.txt
1983-12-08c.txt
The text was updated successfully, but these errors were encountered: