summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@gmail.com>2013-07-20 12:43:51 -0700
committerJoshua Harlow <harlowja@gmail.com>2013-07-20 12:43:51 -0700
commita3ef9d24c6c913676d22dd7017a1f1b235d47a45 (patch)
tree183018b090dabdfc3376cb351520ac885dc07537
parent4e9a13142f1ee81c905a2cc9401a88f115ec778e (diff)
downloadvyos-cloud-init-a3ef9d24c6c913676d22dd7017a1f1b235d47a45.tar.gz
vyos-cloud-init-a3ef9d24c6c913676d22dd7017a1f1b235d47a45.zip
Update comments + link to bug.
LP: #1203368
-rw-r--r--cloudinit/stages.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/cloudinit/stages.py b/cloudinit/stages.py
index 6893afd9..ed995628 100644
--- a/cloudinit/stages.py
+++ b/cloudinit/stages.py
@@ -425,6 +425,8 @@ class Init(object):
# is registered to more than one content-type).
continue
if mod not in inited_handlers:
+ # Said module was never inited in the first place, so lets
+ # not attempt to finalize those that never got called.
continue
called.append(mod)
try: