diff --git a/jc/cli.py b/jc/cli.py index 8c95fa0d..05e41e20 100644 --- a/jc/cli.py +++ b/jc/cli.py @@ -495,7 +495,7 @@ def main(): if valid_command: magic_stdout, magic_stderr, magic_exit_code = run_user_command(run_command) if magic_stderr: - print(magic_stderr, file=sys.stderr) + print(magic_stderr[:-1], file=sys.stderr) elif run_command is None: pass else: