Skip to content

Commit

Permalink
gitlab hotfix for issue 2963
Browse files Browse the repository at this point in the history
Signed-off-by: Ulincsys <[email protected]>
  • Loading branch information
Ulincsys committed Jan 8, 2025
1 parent f6a954e commit ee4e82c
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 @@ -1068,7 +1068,7 @@ def parse_github_org_url(url):
return result.groups()[0]

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

0 comments on commit ee4e82c

Please sign in to comment.