fix: Missing f-string

pull/79/head
Raphaël Vinot 2020-04-24 15:57:16 +02:00
parent 0c7fe2f25a
commit 996bd74e30
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ class Lookyloo():
# We need the pickle
ct = self._load_pickle(capture_dir / 'tree.pickle')
if not ct:
self.logger.warning('Unable to trigger the modules unless the tree ({capture_dir}) is cached.')
self.logger.warning(f'Unable to trigger the modules unless the tree ({capture_dir}) is cached.')
return
if hasattr(self, 'vt') and self.vt.available: