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

Commit 4d5c187

Browse files
committed
utils: even on error, output is useful
Signed-off-by: Olivier FAURAX <olivier.faurax@eu.equinix.com>
1 parent b676859 commit 4d5c187

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)