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 33a5c79 commit 6267897Copy full SHA for 6267897
rsconnect/main.py
@@ -111,8 +111,7 @@ def failed(err: str):
111
except EnvironmentException as exc:
112
failed("Error: " + str(exc))
113
except Exception as exc:
114
- if click.get_current_context(True):
115
- traceback.print_exc()
+ traceback.print_exc()
116
failed("Internal error: " + str(exc))
117
finally:
118
logger.set_in_feedback(False)
0 commit comments