Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 13, 2024
1 parent 0af8fa5 commit 212b280
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ogr/services/pagure/issue.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ def __update_info(
try:
data = {
"title": title if title is not None else self.title,
"issue_content": description
if description is not None
else self.description,
"issue_content": (
description if description is not None else self.description
),
}

updated_issue = self.project._call_project_api(
Expand Down

0 comments on commit 212b280

Please sign in to comment.