Skip to content

Commit 4d02eae

Browse files
committed
newlines
1 parent 647cb9b commit 4d02eae

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

jenkins_pipelines/scripts/bsc_list_generator/bugzilla_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,4 @@ def _get_bug_comments(self, bug_id: str) -> list[dict[str, Any]]:
121121

122122
json_res: dict = response.json()
123123
comments: list[dict[str, Any]] = json_res['bugs'][str(bug_id)]['comments']
124-
return comments
124+
return comments

jenkins_pipelines/scripts/tests/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
sys.path.append(JSON_GENERATOR_SOURCE_PATH)
99

1010
BSC_FINDER_SOURCE_PATH = os.path.join(PROJECT_PATH,"bsc_list_generator")
11-
sys.path.append(BSC_FINDER_SOURCE_PATH)
11+
sys.path.append(BSC_FINDER_SOURCE_PATH)

jenkins_pipelines/scripts/tests/testdata/test_release_notes.changes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ Mon Aug 19 12:10:33 UTC 2024 - Test User <testuser@suse.com>
2020
* Bugs mentioned
2121
bsc#8, bsc#9
2222

23-
-------------------------------------------------------------------
23+
-------------------------------------------------------------------

0 commit comments

Comments
 (0)