1
0
Fork 0
mirror of synced 2024-06-08 13:34:48 +12:00

fix extra arg

This commit is contained in:
Nick Sweeting 2021-04-13 02:21:51 -04:00
parent 54cab113f3
commit 2c6f0a96bf

View file

@ -66,7 +66,6 @@ def parse_json_main_index(out_dir: Path=OUTPUT_DIR) -> Iterator[Link]:
Link.from_json(links[0])
except Exception as err:
print(" {lightyellow}! Found an index.json in the project root but couldn't load links from it: {} {}".format(
index_path,
err.__class__.__name__,
err,
**ANSI,