mirror of
https://github.com/unmojang/meta.git
synced 2025-09-24 03:31:03 -04:00
Path thing
This commit is contained in:
parent
36a7cc534c
commit
f96f46cd5e
@ -84,7 +84,7 @@ def getSingleForgeFilesManifest(longversion):
|
||||
files_manifest_file = Path(pathThing)
|
||||
from_file = False
|
||||
if files_manifest_file.is_file():
|
||||
with open(files_manifest_file, 'r') as f:
|
||||
with open(pathThing, 'r') as f:
|
||||
files_json=json.load(f)
|
||||
from_file = True
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user