mirror of
https://github.com/mandiant/capa.git
synced 2026-02-04 19:12:01 -08:00
vmray: remove bad print statements
This commit is contained in:
@@ -659,7 +659,6 @@ def get_file_extractors_from_cli(args, input_format: str) -> List[FeatureExtract
|
||||
log_unsupported_drakvuf_report_error(str(e))
|
||||
elif input_format == FORMAT_VMRAY:
|
||||
log_unsupported_vmray_report_error(str(e))
|
||||
print(e)
|
||||
else:
|
||||
log_unsupported_format_error()
|
||||
raise ShouldExitError(E_INVALID_FILE_TYPE) from e
|
||||
@@ -779,7 +778,6 @@ def get_extractor_from_cli(args, input_format: str, backend: str) -> FeatureExtr
|
||||
log_unsupported_drakvuf_report_error(str(e))
|
||||
elif input_format == FORMAT_VMRAY:
|
||||
log_unsupported_vmray_report_error(str(e))
|
||||
print(e)
|
||||
else:
|
||||
log_unsupported_format_error()
|
||||
raise ShouldExitError(E_INVALID_FILE_TYPE) from e
|
||||
|
||||
Reference in New Issue
Block a user