mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 15:35:05 +02:00
Fix path prefix on windows
Previously, the path prefix was only set if "windows_paths" was true, regardless of OS. Now the path prefix is always set on windows and never set on other OSes.
This commit is contained in:
parent
22c2259adb
commit
eb8b915813
2 changed files with 2 additions and 4 deletions
|
|
@ -242,7 +242,6 @@ class Crawler(ABC):
|
|||
config.default_section.working_dir() / section.output_dir(name),
|
||||
section.redownload(),
|
||||
section.on_conflict(),
|
||||
section.windows_paths(),
|
||||
)
|
||||
|
||||
@property
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue