fix extra arg
This commit is contained in:
parent
54cab113f3
commit
2c6f0a96bf
1 changed files with 0 additions and 1 deletions
|
@ -66,7 +66,6 @@ def parse_json_main_index(out_dir: Path=OUTPUT_DIR) -> Iterator[Link]:
|
||||||
Link.from_json(links[0])
|
Link.from_json(links[0])
|
||||||
except Exception as err:
|
except Exception as err:
|
||||||
print(" {lightyellow}! Found an index.json in the project root but couldn't load links from it: {} {}".format(
|
print(" {lightyellow}! Found an index.json in the project root but couldn't load links from it: {} {}".format(
|
||||||
index_path,
|
|
||||||
err.__class__.__name__,
|
err.__class__.__name__,
|
||||||
err,
|
err,
|
||||||
**ANSI,
|
**ANSI,
|
||||||
|
|
Loading…
Reference in a new issue