mirror of
https://github.com/unmojang/meta.git
synced 2025-09-24 11:41:28 -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)
|
files_manifest_file = Path(pathThing)
|
||||||
from_file = False
|
from_file = False
|
||||||
if files_manifest_file.is_file():
|
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)
|
files_json=json.load(f)
|
||||||
from_file = True
|
from_file = True
|
||||||
else:
|
else:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user