Skip to content

Commit

Permalink
hotfix for issue 2963
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulincsys committed Jan 7, 2025
1 parent a31a04c commit f6a954e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion augur/application/db/models/augur_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -1116,7 +1116,7 @@ def insert_gitlab_repo(session, url: str, repo_group_id: int, tool_source, repo_
return result[0]["repo_id"]

@staticmethod
def insert_github_repo(session, url: str, repo_group_id: int, tool_source, repo_type, repo_src_id):
def insert_github_repo(session, url: str, repo_group_id: int, tool_source, repo_type, repo_src_id = None):
"""Add a repo to the repo table.
Args:
Expand Down

0 comments on commit f6a954e

Please sign in to comment.