mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-06 01:37:39 +02:00
Simplify error message output
This commit is contained in:
@@ -341,7 +341,7 @@ def perform_review():
|
||||
found = 0
|
||||
for mod, usage in report_missing_requirements():
|
||||
found += 1
|
||||
print(f"Violation in module {mod} (line {usage.node.lineno}): {str(usage)}")
|
||||
print(str(usage))
|
||||
|
||||
if found:
|
||||
print(
|
||||
|
||||
Reference in New Issue
Block a user