mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
assumption made that dopy only dep in dopy (#27536)
This commit is contained in:
parent
fbf6cb8fff
commit
bfbdb3f3f0
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ except ImportError:
|
|||
try:
|
||||
from dopy.manager import DoManager
|
||||
except ImportError as e:
|
||||
sys.exit("failed=True msg='`dopy` library required for this script'")
|
||||
sys.exit("failed=True msg={}".format(e.message))
|
||||
|
||||
|
||||
class DigitalOceanInventory(object):
|
||||
|
|
Loading…
Reference in a new issue