Skip to content

Commit

Permalink
Fixed tests #3
Browse files Browse the repository at this point in the history
  • Loading branch information
Korulag committed Mar 1, 2024
1 parent 69107c6 commit db116e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alts/shared/utils/asyncssh.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ async def async_run_command(
self.logger.exception(
'Cannot execute SSH command due to unexpected exception:'
)
exit_code, stdout, stderr = 1, '', format_exc()
raise
finally:
return CommandResult(
exit_code=1 if exit_code is None else exit_code,
Expand Down

0 comments on commit db116e6

Please sign in to comment.