diff --git a/volatility3/framework/plugins/windows/malfind.py b/volatility3/framework/plugins/windows/malfind.py index 5ce2279cc..1df090b5b 100644 --- a/volatility3/framework/plugins/windows/malfind.py +++ b/volatility3/framework/plugins/windows/malfind.py @@ -140,7 +140,7 @@ class Malfind(interfaces.plugins.PluginInterface): dirty_page_check = True break except exceptions.InvalidAddressException: - # Abort as it is likely that other addresses in the same range will also fail + # Abort as it is likely that other addresses in the same range will also fail. break if not dirty_page_check: continue