Skip to content

Commit

Permalink
comment out variable reassignment overriding pr_issue_count
Browse files Browse the repository at this point in the history
Signed-off-by: Isaac Milarsky <[email protected]>
  • Loading branch information
IsaacMilarky committed Dec 4, 2023
1 parent 979e501 commit 0dfcf9b
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 0dfcf9b

Please sign in to comment.