Skip to content

Commit a96440f

Browse files
committed
Unstuck neoforge
1 parent f25b243 commit a96440f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

updateNeoforge.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ def getSingleNeoforgeFilesManifest(longversion, legacy):
120120
match = legacyVersionExpression.match(longversion)
121121
if not match:
122122
pprint(longversion)
123-
assert match
123+
continue
124+
# assert match
124125
legacy = True
125126
package = "forge"
126127
branch = match.group("branch")

0 commit comments

Comments
 (0)