Skip to content

Commit

Permalink
Merge pull request #2659 from chaoss/pr-issue-count-fix
Browse files Browse the repository at this point in the history
Fix Variable Reassignment
  • Loading branch information
sgoggins authored Dec 5, 2023
2 parents 979e501 + 0dfcf9b commit 1a187bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion augur/application/db/models/augur_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -1247,7 +1247,7 @@ def insert(session, repo_id):
''.join(traceback.format_exception(None, e, e.__traceback__)))

try:
pr_issue_count = 0
#pr_issue_count = 0
github_weight = pr_issue_count - calculate_date_weight_from_timestamps(repo.repo_added, None)
except Exception as e:
pr_issue_count = None
Expand Down

0 comments on commit 1a187bc

Please sign in to comment.