1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00

simplify error message

This commit is contained in:
Kelly Brazil
2022-03-09 12:13:07 -08:00
parent f4242669ba
commit 8bfbf8f1bc

View File

@ -452,7 +452,7 @@ def main():
error_msg = os.strerror(e.errno)
utils.error_message([
f'"{run_command_str}" command could not be run: {error_msg}. For details use the -d or -dd option.'
f'"{run_command_str}" command could not be run: {error_msg}.'
])
sys.exit(combined_exit_code(magic_exit_code, JC_ERROR_EXIT))