Skip to content

Commit

Permalink
removed old code
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnDoee committed Mar 10, 2024
1 parent 100a794 commit 70b5137
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/autotorrent/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ def parse_config_file(path, utf8_compat_mode=False):
db,
ignore_file_patterns=parsed_config["ignore_file_patterns"],
ignore_directory_patterns=parsed_config["ignore_directory_patterns"],
include_inodes=parsed_config["scan_hardlinks"],
)
parsed_config["rewriter"] = rewriter = PathRewriter(parsed_config["same_paths"])
parsed_config["matcher"] = matcher = Matcher(
Expand Down

0 comments on commit 70b5137

Please sign in to comment.