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
This generates an .rna file with broken indentation, because the following "for" line is indented too much.
In my case I could fix this by using line.lstrip() in line 459.
The text was updated successfully, but these errors were encountered:
This generates an .rna file with broken indentation, because the following "for" line is indented too much.
In my case I could fix this by using line.lstrip() in line 459.
The text was updated successfully, but these errors were encountered: