Skip to content

Commit 3eed49c

Browse files
committed
[fixbug] add errors=ignores
Signed-off-by: lhp-deep <[email protected]>
1 parent c7fa084 commit 3eed49c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/multicard/test_offline_weight_load.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def test_offline_weight_load_and_sleepmode(model):
6565
stderr=subprocess.STDOUT,
6666
timeout=600,
6767
)
68-
output = proc.stdout.decode()
68+
output = proc.stdout.decode(errors='ignore')
6969

7070
print(output)
7171

0 commit comments

Comments
 (0)