Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit94d7c4b

Browse files
committed
tests: crutch-fix json parsing in show_pb()
1 parentc542c61 commit94d7c4b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎tests/helpers/ptrack_helpers.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -722,8 +722,9 @@ def show_pb(
722722
ifbackup_id:
723723
cmd_list+= ['-i',backup_id]
724724

725+
# AHTUNG, WARNING will break json parsing
725726
ifas_json:
726-
cmd_list+= ['--format=json']
727+
cmd_list+= ['--format=json','--log-level-console=error']
727728

728729
ifas_text:
729730
# You should print it when calling as_text=true

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp