Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Undefined name 'e' in openvino (#1876)
Discovered in #1721 ``` ./contrib/components/openvino/ovms-deployer/containers/evaluate.py:62:16: F821 undefined name 'e' except e: ^ ./contrib/components/openvino/ovms-deployer/containers/evaluate.py:63:50: F821 undefined name 'e' print("Can not read the image file", e) ^ ``` Your review please @Ark-kun
- Loading branch information