summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pypaste/client/__main__.py1
1 files changed, 0 insertions, 1 deletions
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: