diff options
author | Scott Moser <smoser@ubuntu.com> | 2012-12-19 09:21:01 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2012-12-19 09:21:01 -0500 |
commit | 6f96b922886c8d607a6be69ae8bc0ce1caf75d04 (patch) | |
tree | ee384793bcccd890b50387abb670703d2e6e7903 /cloudinit/handlers/upstart_job.py | |
parent | 5021c3fa71a6d239a8a67303cd564d383a9c6e1d (diff) | |
download | vyos-cloud-init-6f96b922886c8d607a6be69ae8bc0ce1caf75d04.tar.gz vyos-cloud-init-6f96b922886c8d607a6be69ae8bc0ce1caf75d04.zip |
cloudinit/handlers/upstart_job.py: pep8 / trailing whitespace
Diffstat (limited to 'cloudinit/handlers/upstart_job.py')
-rw-r--r-- | cloudinit/handlers/upstart_job.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/handlers/upstart_job.py b/cloudinit/handlers/upstart_job.py index 4e204da0..4684f7f2 100644 --- a/cloudinit/handlers/upstart_job.py +++ b/cloudinit/handlers/upstart_job.py @@ -66,5 +66,5 @@ class UpstartJobPartHandler(handlers.Handler): util.write_file(path, payload, 0644) # if inotify support is not present in the root filesystem - # (overlayroot) then we need to tell upstart to re-read /etc + # (overlayroot) then we need to tell upstart to re-read /etc util.subp(["initctl", "reload-configuration"], capture=False) |