We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2cab59 commit d47e86dCopy full SHA for d47e86d
multicast/exceptions.py
@@ -436,7 +436,7 @@ def wrapper(*args, **kwargs):
436
# otherwise sys.exit(exit_code)
437
except BaseException as exc:
438
exit_code = get_exit_code_from_exception(exc)
439
- if (sys.stdout.isatty()):
+ if (sys.stderr.isatty()):
440
print(
441
f"{EXIT_CODES[exit_code][1]}: {exc}",
442
file=sys.stderr
0 commit comments