Skip to content

Commit 953611f

Browse files
fix: fix error directory path
1 parent 4abebbe commit 953611f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugin/manager/ec2/security_group_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from spaceone.inventory.plugin.collector.lib import *
33
from ..base import ResourceManager
44
from ...conf.cloud_service_conf import ASSET_URL, INSTANCE_FILTERS, DEFAULT_VULNERABLE_PORTS
5-
from ...error.custom import ERROR_VULNERABLE_PORTS
5+
from plugin.error.custom import ERROR_VULNERABLE_PORTS
66

77

88
class SecurityGroupManager(ResourceManager):

0 commit comments

Comments
 (0)