small bug fix (#60890)
This commit is contained in:
parent
cba8e12e3c
commit
211fd2c95f
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ from ansible.module_utils.netapp_module import NetAppModule
|
|||
HAS_SF_SDK = netapp_utils.has_sf_sdk()
|
||||
try:
|
||||
import solidfire.common
|
||||
except Exception:
|
||||
except ImportError:
|
||||
HAS_SF_SDK = False
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue