diff options
author | Scott Moser <smoser@ubuntu.com> | 2010-06-18 11:50:57 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2010-06-18 11:50:57 -0400 |
commit | 09d34f80736f336b9c556e930a8b910c8c9a341c (patch) | |
tree | c9ffb06271060cf42d288149cdb465c57c9e0691 | |
parent | da22979dabb6a5d791eaca17aae8c15fd39cdafe (diff) | |
download | vyos-cloud-init-09d34f80736f336b9c556e930a8b910c8c9a341c.tar.gz vyos-cloud-init-09d34f80736f336b9c556e930a8b910c8c9a341c.zip |
remove trailing whitespace in previous commit
-rw-r--r-- | cloudinit/CloudConfig/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/CloudConfig/__init__.py b/cloudinit/CloudConfig/__init__.py index 2d96b06b..878335e4 100644 --- a/cloudinit/CloudConfig/__init__.py +++ b/cloudinit/CloudConfig/__init__.py @@ -49,7 +49,7 @@ class CloudConfig(): if not freq: freq = def_freq - self.cloud.sem_and_run("config-" + name, freq, handler, + self.cloud.sem_and_run("config-" + name, freq, handler, [ name, self.cfg, self.cloud, cloudinit.log, args ]) except: cloudinit.log.error(traceback.format_exc()) |