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
Currently ATFCONLConvertor only works directly on files, which makes it hard to run the script through standard in. If the class instead had a method for taking input from a stream (and a file name), and a method for writing to a string instead of a file, it would be easier. convert() and write2file() could use those methods internally even.
The text was updated successfully, but these errors were encountered:
Currently
ATFCONLConvertor
only works directly on files, which makes it hard to run the script through standard in. If the class instead had a method for taking input from a stream (and a file name), and a method for writing to a string instead of a file, it would be easier.convert()
andwrite2file()
could use those methods internally even.The text was updated successfully, but these errors were encountered: