浏览代码

fix extra arg

Nick Sweeting 4 年之前
父节点
当前提交
2c6f0a96bf
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      archivebox/index/json.py

+ 0 - 1
archivebox/index/json.py

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