diff options
author | Scott Moser <smoser@ubuntu.com> | 2015-03-26 21:55:45 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2015-03-26 21:55:45 -0400 |
commit | 973c8b05358fe6ad1ce7adb25cb743ef4d38d792 (patch) | |
tree | 6b0db32569c8b299153162e1b72d04b240c9c450 /cloudinit/config/cc_snappy.py | |
parent | df43c6bd3726c9a34b9f8ff4bbf75957aa751011 (diff) | |
download | vyos-cloud-init-973c8b05358fe6ad1ce7adb25cb743ef4d38d792.tar.gz vyos-cloud-init-973c8b05358fe6ad1ce7adb25cb743ef4d38d792.zip |
pep8
Diffstat (limited to 'cloudinit/config/cc_snappy.py')
-rw-r--r-- | cloudinit/config/cc_snappy.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/config/cc_snappy.py b/cloudinit/config/cc_snappy.py index c926ae0a..d1447fe5 100644 --- a/cloudinit/config/cc_snappy.py +++ b/cloudinit/config/cc_snappy.py @@ -47,7 +47,7 @@ def get_fs_package_ops(fspath): if not os.path.isfile(cfg): cfg = None ops.append(makeop('install', name, config=None, - path=snapfile, cfgfile=cfg)) + path=snapfile, cfgfile=cfg)) return ops |