diff options
author | Scott Moser <smoser@ubuntu.com> | 2012-04-10 16:08:25 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2012-04-10 16:08:25 -0400 |
commit | d91155463c9a63491dda2d59302f908f6b8f6167 (patch) | |
tree | 9ab4bfc22ae208f806824299c7282bb64417494c /cloud-init.py | |
parent | 6d9d10a042d50e792484700c644c9d16e2c7bb6a (diff) | |
download | vyos-cloud-init-d91155463c9a63491dda2d59302f908f6b8f6167.tar.gz vyos-cloud-init-d91155463c9a63491dda2d59302f908f6b8f6167.zip |
pep8: fix white space
Diffstat (limited to 'cloud-init.py')
-rwxr-xr-x | cloud-init.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cloud-init.py b/cloud-init.py index 3261e3f3..2acea3f8 100755 --- a/cloud-init.py +++ b/cloud-init.py @@ -76,7 +76,7 @@ def main(): if os.path.exists(target): cmdline_msg = "cmdline: %s existed" % target else: - cmdline=util.get_cmdline() + cmdline = util.get_cmdline() try: (key, url, content) = cloudinit.get_cmdline_url( cmdline=cmdline) |