main: use two lines when warning about stack trace

This commit is contained in:
Willi Ballenthin
2024-12-09 09:37:14 +00:00
committed by Willi Ballenthin
parent e633e34517
commit 6c61a91778

View File

@@ -198,7 +198,7 @@ def simple_message_exception_handler(
else:
print(
f"Unexpected exception raised: {exctype}. Please run capa in debug mode (-d/--debug) "
+ "to see the stack trace. Please also report your issue on the capa GitHub page so we "
+ "to see the stack trace.\nPlease also report your issue on the capa GitHub page so we "
+ "can improve the code! (https://github.com/mandiant/capa/issues)",
file=sys.stderr,
)