Skip to content

Commit

Permalink
src/logspec: fix version field for KCIDB issue
Browse files Browse the repository at this point in the history
Fix version field name for existing KCIDB
issue.

Signed-off-by: Jeny Sadadia <[email protected]>
  • Loading branch information
Jeny Sadadia authored and JenySadadia committed Nov 13, 2024
1 parent a5d36c8 commit 8793c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/logspec/logspec_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def generate_issues_and_incidents(result_id, log_url, object_type, oo_client):
issue = get_issue_from_db(oo_client, error['error']['signature'])
if issue:
issue_id = issue.id
issue_version = issue.version
issue_version = issue.version_num
else:
issue = new_issue(error, object_type)
issues.append(issue)
Expand Down

0 comments on commit 8793c54

Please sign in to comment.