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 is a bug in the current code, I hope to post a fix in the next few days. Work-around is to write a script in python or similar -- it's pretty simple to read through the EFA file one line at a time. If the first character in the line is '<', start writing to a new file where the filename is the rest of this line (i.e. with '<' deleted).
The text was updated successfully, but these errors were encountered:
This is a bug in the current code, I hope to post a fix in the next few days. Work-around is to write a script in python or similar -- it's pretty simple to read through the EFA file one line at a time. If the first character in the line is '<', start writing to a new file where the filename is the rest of this line (i.e. with '<' deleted).
The text was updated successfully, but these errors were encountered: