linted with ruff (ruff check . --fix)

This commit is contained in:
Arthur Deierlein
2024-12-17 22:55:38 +01:00
parent 8e9b719a16
commit ad7daafc50
84 changed files with 191 additions and 381 deletions
@@ -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):