- 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
INTLasoutput_dir, armory outputs the results to~/.armory/outputs/INTL_<generated_name>/…as opposed to what would be expected~/.armory/outputs/INTL/<generated_name>/…output_dirit throws aPermission deniederror, if armory should still throw an error here, it might be useful to update the error message to inform the user thatoutput_dirshould 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