Skip to content

Commit

Permalink
Minor correction.
Browse files Browse the repository at this point in the history
  • Loading branch information
popovaan committed Apr 8, 2024
1 parent 310bc3b commit 1fbe0b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/ovc/openvino/tools/ovc/telemetry_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
def is_optimum():
import traceback
for frame_summary in traceback.extract_stack():
if os.path.join("optimum", "intel") in frame_summary.filename or os.path.join("optimum", "exporters",
"openvino") in frame_summary.filename:
if os.path.join("optimum", "intel") in frame_summary.filename or \
os.path.join("optimum", "exporters", "openvino") in frame_summary.filename:
return True
return False

Expand Down

0 comments on commit 1fbe0b7

Please sign in to comment.