small bug fix (#60890)

This commit is contained in:
Chris Archibald 2019-08-20 10:49:59 -07:00 committed by ansibot
parent cba8e12e3c
commit 211fd2c95f

View file

@ -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