diff --git a/move_html_to_dir b/move_html_to_dir index 3a25bf1..e4bce0a 100755 --- a/move_html_to_dir +++ b/move_html_to_dir @@ -26,7 +26,7 @@ def replace_links(path: Path, replacements: Dict[str, str]): def main(path: Path): - replacements: Dict[str, str] = {} + replacements = {} for p in path.glob("**/*.html"): if str(p.parent) == ".": # Don't convert top-level files.