Skip to content

Commit

Permalink
Merge branch 'issue-#197-patch-id' into issue-#199-add-special-api
Browse files Browse the repository at this point in the history
  • Loading branch information
tot0p committed Feb 9, 2024
2 parents 3a69222 + f97e8d9 commit 5c332d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions actions/script.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ def calculate_id(file):
temp = file.split("/")
if "FR" in temp:
temp.remove("FR")
if "docs" in temp:
temp.remove("docs")

h = "/".join(temp)
if h in all_id.keys():
return all_id[h]
Expand Down

0 comments on commit 5c332d7

Please sign in to comment.