Path thing

This commit is contained in:
Petr Mrázek 2019-03-22 02:01:23 +01:00
parent 36a7cc534c
commit f96f46cd5e

View File

@ -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: