mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 23:45:05 +02:00
Fix logging messages not appearing
This commit is contained in:
parent
571c2a6c98
commit
0891e7f1bc
3 changed files with 3 additions and 3 deletions
|
|
@ -26,7 +26,7 @@ class Norbert:
|
|||
self._session = requests.Session()
|
||||
|
||||
def synchronize(self, to_dir, transform=lambda x: x, unzip=lambda _: True):
|
||||
logging.info(f" Synchronizing to {to_dir} using the Norbert synchronizer.")
|
||||
logger.info(f" Synchronizing to {to_dir} using the Norbert synchronizer.")
|
||||
|
||||
sync_path = pathlib.Path(self.base_path, to_dir)
|
||||
orga = Organizer(self.base_path, sync_path)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue