More linter fixes maybe?

This commit is contained in:
J-Doiron
2025-02-17 16:12:45 -08:00
parent e135038a04
commit b8e229f084
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ def export_registry_key(hive, subkey, input_file):
index += 1
except OSError:
pass
except WindowsError as e:
except OSError as e:
print(f"Failed to open the registry key: {e}")
def convert_dword_to_decimal(dword_hex):