Commit 0e51a1c0 by Michael DeHaan

Styling: semicolon

parent 39834d85
......@@ -249,7 +249,7 @@ def linodeServers(module, api, state, name, plan, distribution, datacenter, lino
# Update linode Label to match name
api.linode_update(LinodeId=linode_id, Label='%s_%s' % (linode_id, name))
# Save server
servers = api.linode_list(LinodeId=linode_id);
servers = api.linode_list(LinodeId=linode_id)
except Exception, e:
module.fail_json(msg = '%s' % e.value[0]['ERRORMESSAGE'])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment