mirror of
https://github.com/Garmelon/PFERD.git
synced 2025-09-09 14:12:26 +02:00
Clean up minor things
- improve logging messages - allow more download file formats - strip file names
This commit is contained in:
@@ -55,7 +55,7 @@ class Organizer:
|
||||
|
||||
if to_path.exists():
|
||||
if filecmp.cmp(from_path, to_path, shallow=False):
|
||||
logger.info(f"Done nothing at {to_path}")
|
||||
logger.info(f"Ignored {to_path}")
|
||||
# No further action needed, especially not overwriting symlinks...
|
||||
return
|
||||
else:
|
||||
|
Reference in New Issue
Block a user