Styling: semicolon
This commit is contained in:
parent
39834d854c
commit
0e51a1c0ea
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ def linodeServers(module, api, state, name, plan, distribution, datacenter, lino
|
||||||
# Update linode Label to match name
|
# Update linode Label to match name
|
||||||
api.linode_update(LinodeId=linode_id, Label='%s_%s' % (linode_id, name))
|
api.linode_update(LinodeId=linode_id, Label='%s_%s' % (linode_id, name))
|
||||||
# Save server
|
# Save server
|
||||||
servers = api.linode_list(LinodeId=linode_id);
|
servers = api.linode_list(LinodeId=linode_id)
|
||||||
except Exception, e:
|
except Exception, e:
|
||||||
module.fail_json(msg = '%s' % e.value[0]['ERRORMESSAGE'])
|
module.fail_json(msg = '%s' % e.value[0]['ERRORMESSAGE'])
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue