mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-27 03:54:49 +02:00
LayerWriter plugin: Fix log wrong (non-existent) variable
This commit is contained in:
@@ -115,9 +115,7 @@ class LayerWriter(plugins.PluginInterface):
|
||||
)
|
||||
file_handle.close()
|
||||
except IOError as excp:
|
||||
yield 0, (
|
||||
f"Layer cannot be written to {self.config['output_name']}: {excp}",
|
||||
)
|
||||
yield 0, (f"Layer cannot be written to {output_name}: {excp}",)
|
||||
|
||||
yield 0, (f"Layer has been written to {output_name}",)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user