We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58d14f1 commit 5b110c2Copy full SHA for 5b110c2
tools/accuracy_checker/openvino/tools/accuracy_checker/main.py
@@ -101,7 +101,7 @@ def main():
101
exception(e)
102
return_code = 1
103
continue
104
- end_telemetry(tm)
+ end_telemetry(tm)
105
sys.exit(return_code)
106
107
tools/accuracy_checker/openvino/tools/accuracy_checker/utils.py
@@ -901,7 +901,7 @@ def start_telemetry():
901
def end_telemetry(tm):
902
if tm:
903
try:
904
- tm.end_session()
+ tm.end_session('ac')
905
tm.force_shutdown(1.0)
906
except Exception: # pylint:disable=W0703
907
pass
0 commit comments