mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-18 18:56:28 +00:00
follow the renaming
This commit is contained in:
parent
8a1fa9a41e
commit
1de51cd24d
@ -111,7 +111,7 @@ def main(target):
|
|||||||
json_dump(mf.as_json(), outfile)
|
json_dump(mf.as_json(), outfile)
|
||||||
outfile.write('\n')
|
outfile.write('\n')
|
||||||
|
|
||||||
ported_modules_path = os.path.join(target, "misc", "python3", "ported-modules.txt")
|
ported_modules_path = os.path.join(target, "src", "allmydata", "ported-modules.txt")
|
||||||
with open(ported_modules_path) as ported_modules:
|
with open(ported_modules_path) as ported_modules:
|
||||||
port_status = dict.fromkeys((line.strip() for line in ported_modules), "ported")
|
port_status = dict.fromkeys((line.strip() for line in ported_modules), "ported")
|
||||||
with open('tahoe-ported.json', 'wb') as outfile:
|
with open('tahoe-ported.json', 'wb') as outfile:
|
||||||
|
Loading…
Reference in New Issue
Block a user