Skip to content

Commit

Permalink
Merge pull request #200 from Eclalang/issue-#199-add-special-api
Browse files Browse the repository at this point in the history
Issue #199 add special api
  • Loading branch information
tot0p authored Feb 9, 2024
2 parents 3a69222 + 5c332d7 commit 828acb3
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 828acb3

Please sign in to comment.