From 6b842cbaf865c9dce58eb6d90fd0541effec2fe8 Mon Sep 17 00:00:00 2001 From: John Turner Date: Fri, 19 Sep 2025 07:27:33 -0400 Subject: dont return if command returns non-zero --- pypaste/client/__main__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pypaste/client/__main__.py b/pypaste/client/__main__.py index 7a86445..3755371 100644 --- a/pypaste/client/__main__.py +++ b/pypaste/client/__main__.py @@ -89,7 +89,6 @@ def main() -> int: f"{command} failed with exit code: {proc.returncode}:{proc.stdout}", file=sys.stderr, ) - return 1 text = f"# {command}\n{proc.stdout}" else: -- cgit v1.2.3