Merge remote-tracking branch 'refs/remotes/origin/master'

This commit is contained in:
Michael Hohn
2023-07-10 09:03:45 -07:00
committed by =Michael Hohn
3 changed files with 7 additions and 1 deletions

View File

@@ -91,7 +91,7 @@ def joins_for_projects(basetables, external_info):
e.project_id = hash.hash_unique((repoUri+extra).encode())
else:
repoUri = "unknown"
res = pd.DataFrame(data={
"id" : e.project_id,
"project_name" : repoUri,