Skip to content

Commit

Permalink
fix: use stderr for shim messages (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
imLinguin authored Nov 2, 2024
1 parent 10a4069 commit 70645c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion umu/umu_runtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def create_shim(file_path: Path | None = None):
# Capture the exit status
status=$?
echo "Command exited with status: $status"
echo "Command exited with status: $status" >&2
exit $status
"""

Expand Down

0 comments on commit 70645c2

Please sign in to comment.