Skip to content
This repository was archived by the owner on Dec 11, 2025. It is now read-only.

Commit c94271b

Browse files
authored
Merge pull request #61 from packethost/return-output-on-error-fs-1065
utils: even on error, output is useful
2 parents b676859 + 4d5c187 commit c94271b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packethardware/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ def cmd_output(*cmd):
7474

7575
if retcode:
7676
log(cmd=cmd[0], errorcode=retcode)
77-
return ""
7877

7978
return out.decode()
8079

0 commit comments

Comments
 (0)