Skip to content

Commit

Permalink
remove testing logic
Browse files Browse the repository at this point in the history
  • Loading branch information
Redhawk18 committed Oct 17, 2024
1 parent ac236ca commit 42055fe
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pkgs/by-name/ed/edopro/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,11 @@
"edo9300", "edopro", "ocgcore"
).parsed_data

# This dep is not versioned in anyway and is why we check below to see if this is a new version.
irrlicht: Commit = github.rest.repos.list_commits(
"edo9300", "irrlicht1-8-4"
).parsed_data[0]

irrlicht = github.rest.repos.get_commit(
"edo9300", "irrlicht1-8-4", "7edde28d4f8c0c3589934c398a3a441286bb7c22"
).parsed_data

edopro_working_version: str = ""
try:
with open(DEPS_PATH, "r") as file:
Expand Down

0 comments on commit 42055fe

Please sign in to comment.