Skip to content

Commit

Permalink
Fixed error.
Browse files Browse the repository at this point in the history
  • Loading branch information
popovaan committed Nov 14, 2024
1 parent 73270c6 commit 03477cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ovc/openvino/tools/ovc/convert_impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ def _convert(cli_parser: argparse.ArgumentParser, args, python_api_used):
telemetry.send_event('ovc', 'version', simplified_ie_version)
# Initialize logger with 'ERROR' as default level to be able to form nice messages
# before arg parser deliver log_level requested by user
#init_logger('ERROR', False)
init_logger('ERROR', False)
argv = None
# Minimize modifications among other places in case if multiple pieces are passed as input_model
if python_api_used:
Expand Down

0 comments on commit 03477cc

Please sign in to comment.