diff options
author | Scott Moser <smoser@ubuntu.com> | 2012-11-10 22:27:49 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2012-11-10 22:27:49 -0500 |
commit | d7a42777c83668111d9bb496f581605b33a0b4f2 (patch) | |
tree | 38215e5d97f47bfb509c7cb33324d48803b0efb8 /cloudinit/helpers.py | |
parent | cec15471c0fc7008cad607da222dd3c177e764b6 (diff) | |
download | vyos-cloud-init-d7a42777c83668111d9bb496f581605b33a0b4f2.tar.gz vyos-cloud-init-d7a42777c83668111d9bb496f581605b33a0b4f2.zip |
1 pep8 and 1 pylint fix
Diffstat (limited to 'cloudinit/helpers.py')
-rw-r--r-- | cloudinit/helpers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cloudinit/helpers.py b/cloudinit/helpers.py index d26625a0..794f00ec 100644 --- a/cloudinit/helpers.py +++ b/cloudinit/helpers.py @@ -76,7 +76,7 @@ def canon_sem_name(name): class FileSemaphores(object): - def __init__(self, sem_path): + def __init__(self, sem_path): self.sem_path = sem_path @contextlib.contextmanager |