Skip to content

Commit

Permalink
Add newline characters
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuradobery committed Feb 21, 2024
1 parent 61c03a3 commit b00282b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/scripts/tests/transform-ya-junit.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ def transform(
)
else:
continue

if logs_directory is not None and not is_mute:
log_print(
f"add {logs_directory} property "
Expand All @@ -289,6 +290,7 @@ def transform(
f'{data_url_prefix}/'
f'{urllib.parse.quote(logs_directory)}',
)

if logs:
log_print(
f"add {list(logs.keys())!r} properties for {suite_name}/{test_name}"
Expand Down

0 comments on commit b00282b

Please sign in to comment.