mirror of
https://github.com/mandiant/capa.git
synced 2025-12-12 07:40:38 -08:00
main: use two lines when warning about stack trace
This commit is contained in:
committed by
Willi Ballenthin
parent
e633e34517
commit
6c61a91778
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user