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
When supplying a value such as INTL as output_dir, armory outputs the results to ~/.armory/outputs/INTL_<generated_name>/… as opposed to what would be expected ~/.armory/outputs/INTL/<generated_name>/…
When supplying an absolute path to output_dir it throws a Permission denied error, if armory should still throw an error here, it might be useful to update the error message to inform the user that output_dir should be a relative path.
NOTE: Can supply INTL/ as the output_dir to have it output in that folder as a no-code-change fix
The text was updated successfully, but these errors were encountered:
Related to #1329. I agree if the output dir and filename values are supplied, Armory should not append the timestamps and IDs. @christopherwoodall Feel free to consolidate the logic in a way that makes sense to you if you are still interested in taking care of this
INTL
asoutput_dir
, armory outputs the results to~/.armory/outputs/INTL_<generated_name>/…
as opposed to what would be expected~/.armory/outputs/INTL/<generated_name>/…
output_dir
it throws aPermission denied
error, if armory should still throw an error here, it might be useful to update the error message to inform the user thatoutput_dir
should be a relative path.NOTE: Can supply
INTL/
as the output_dir to have it output in that folder as a no-code-change fixThe text was updated successfully, but these errors were encountered: