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 34441a6 commit a5250bcCopy full SHA for a5250bc
src/smartinspect/protocols/cloud/cloud_protocol.py
@@ -463,7 +463,7 @@ def _internal_initialize_socket(self):
463
# if location is marked as 'resource', then we search for the cert
464
# in 'resources' package
465
if location == "resource":
466
- pkg_path = importlib.util.find_spec("resources").origin
+ pkg_path = importlib.util.find_spec("smartinspect.resources").origin
467
# if there is a 'resources' package, we resolve its absolute path
468
# and add filepath to it
469
if pkg_path is not None:
src/smartinspect/resources/__init__.py
0 commit comments