summaryrefslogtreecommitdiffstats
path: root/cobbler/action_sync.py
diff options
context:
space:
mode:
Diffstat (limited to 'cobbler/action_sync.py')
-rw-r--r--cobbler/action_sync.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cobbler/action_sync.py b/cobbler/action_sync.py
index 00a9d80..ad4143d 100644
--- a/cobbler/action_sync.py
+++ b/cobbler/action_sync.py
@@ -553,6 +553,7 @@ class BootSync:
self.apply_template(kfile, meta, dest)
kfile.close()
except:
+ traceback.print_exc()
raise CX(_("Error templating file %(src)s to %(dest)s") % { "src" : meta["kickstart"], "dest" : dest })
def load_snippet_cache(self):