From a3ef9d24c6c913676d22dd7017a1f1b235d47a45 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Sat, 20 Jul 2013 12:43:51 -0700 Subject: Update comments + link to bug. LP: #1203368 --- cloudinit/stages.py | 2 ++ 1 file changed, 2 insertions(+) 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: -- cgit v1.2.3