mirror of https://github.com/CIRCL/lookyloo
fix: Missing f-string
parent
0c7fe2f25a
commit
996bd74e30
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue