It works on my computer
This commit is contained in:
@@ -1187,7 +1187,7 @@ def node_action(action):
|
|||||||
print("Invalid action command")
|
print("Invalid action command")
|
||||||
exit(0)
|
exit(0)
|
||||||
if(succeded):
|
if(succeded):
|
||||||
print("%s node %s was successfully" % (providerName.upper(), action))
|
print("%s node %s was successful" % (providerName.upper(), action))
|
||||||
else:
|
else:
|
||||||
print("%s node could not %s" % (providerName.upper(), action))
|
print("%s node could not %s" % (providerName.upper(), action))
|
||||||
if providerName == "azure" and action == "delete":
|
if providerName == "azure" and action == "delete":
|
||||||
@@ -1233,7 +1233,7 @@ def node_action_all(action):
|
|||||||
print("Invalid action command")
|
print("Invalid action command")
|
||||||
exit(0)
|
exit(0)
|
||||||
if(succeded):
|
if(succeded):
|
||||||
print("%s node %s was successfully" % (node.name, action))
|
print("%s node %s was successful" % (node.name, action))
|
||||||
else:
|
else:
|
||||||
print("%s node could not %s" % (node.name, action))
|
print("%s node could not %s" % (node.name, action))
|
||||||
if providerName == "azure" and action == "delete":
|
if providerName == "azure" and action == "delete":
|
||||||
|
|||||||
Reference in New Issue
Block a user