mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-07 18:27:39 +02:00
linted with ruff (ruff check . --fix)
This commit is contained in:
@@ -462,7 +462,7 @@ class InodePages(plugins.PluginInterface):
|
||||
f.seek(current_fp)
|
||||
f.write(page_bytes)
|
||||
|
||||
except IOError as e:
|
||||
except OSError as e:
|
||||
vollog.error("Unable to write to file (%s): %s", filename, e)
|
||||
|
||||
def _generator(self):
|
||||
|
||||
Reference in New Issue
Block a user