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
I think we discussed this on Slack, but I couldn't see any issue for it. We thought it'd be helpful to be able to turn off the moving of input files for testing purposes (both for us testing the CLI and for the parser writers when testing new parsers, so they don't have to keep moving files back all the time).
This could be an appropriate setting to put into the config file @BarisSari is developing in #202.
The text was updated successfully, but these errors were encountered:
As far as I searched, I think we might have a better flag solution. We might give --archive or --no-archive flags for import.py instead of --archive true/false. Because it might mislead in some cases --archive false can be understood as True because of casting types.
Sure, @BarisSari - good thinking. Happy with "flag" strategy.
Hmm, --archive or no-archive. I guess archive is the better strategy. So, by omitting the flag, the files stay in their place, which is the less destructive option.
I think we discussed this on Slack, but I couldn't see any issue for it. We thought it'd be helpful to be able to turn off the moving of input files for testing purposes (both for us testing the CLI and for the parser writers when testing new parsers, so they don't have to keep moving files back all the time).
This could be an appropriate setting to put into the config file @BarisSari is developing in #202.
The text was updated successfully, but these errors were encountered: