diff options
author | Scott Moser <smoser@ubuntu.com> | 2015-08-04 22:01:27 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2015-08-04 22:01:27 -0500 |
commit | 5585b397cfb4ba397e9cfba3d86e3d10af20eb71 (patch) | |
tree | 945e0494d57ac1018fc18875b03f8f5c47c0ff4c /cloudinit/sources | |
parent | 02cc30c4ba60050c15c56927fa1bad50299ed8c3 (diff) | |
download | vyos-cloud-init-5585b397cfb4ba397e9cfba3d86e3d10af20eb71.tar.gz vyos-cloud-init-5585b397cfb4ba397e9cfba3d86e3d10af20eb71.zip |
fix pep8
Diffstat (limited to 'cloudinit/sources')
-rw-r--r-- | cloudinit/sources/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/sources/__init__.py b/cloudinit/sources/__init__.py index cf50c1fb..838cd198 100644 --- a/cloudinit/sources/__init__.py +++ b/cloudinit/sources/__init__.py @@ -257,7 +257,7 @@ def find_source(sys_cfg, distro, paths, ds_deps, cfg_list, pkg_list, reporter): myrep = reporting.ReportEventStack( name="search-%s" % name.replace("DataSource", ""), description="searching for %s data from %s" % (mode, name), - message = "no %s data found from %s" % (mode, name), + message="no %s data found from %s" % (mode, name), parent=reporter) try: with myrep: |