Remove unnecessary comment
This commit is contained in:
@@ -91,7 +91,6 @@ def run_wget(mirror: Mirror, cfg: Optional[Config] = None) -> Tuple[int, Path]:
|
||||
if cut_dirs > 0:
|
||||
cmd.append(f"--cut-dirs={cut_dirs}")
|
||||
|
||||
# Finally, the URL (ONCE – we were accidentally adding it twice before)
|
||||
cmd.append(mirror.url)
|
||||
|
||||
_write_log_header(log_path, cmd)
|
||||
|
||||
Reference in New Issue
Block a user