mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-19 10:51:34 +08:00
FileInput no longer accept 'U' in the file mode
This commit is contained in:
@@ -22,7 +22,7 @@ def __main__():
|
||||
from_ch += "+"
|
||||
|
||||
skipped = 0
|
||||
with open(args[0], "rU") as fin:
|
||||
with open(args[0]) as fin:
|
||||
with open(args[2], "w") as fout:
|
||||
for line in fin:
|
||||
if options.strip:
|
||||
|
||||
Reference in New Issue
Block a user