summaryrefslogtreecommitdiffstats
path: root/cobbler/action_sync.py
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-06-21 18:25:43 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-06-21 18:25:43 -0400
commit4edf5d24889cca32fda7bf37d1a54ea6214de101 (patch)
tree492e01ef5eb3dc441df1e62b2634149d9da81081 /cobbler/action_sync.py
parent6b8331279384f6376269ded47b88b6fd64cfa288 (diff)
downloadthird_party-cobbler-4edf5d24889cca32fda7bf37d1a54ea6214de101.tar.gz
third_party-cobbler-4edf5d24889cca32fda7bf37d1a54ea6214de101.tar.xz
third_party-cobbler-4edf5d24889cca32fda7bf37d1a54ea6214de101.zip
Fix status printing
Diffstat (limited to 'cobbler/action_sync.py')
-rw-r--r--cobbler/action_sync.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/cobbler/action_sync.py b/cobbler/action_sync.py
index 9648a16..bd60a50 100644
--- a/cobbler/action_sync.py
+++ b/cobbler/action_sync.py
@@ -224,9 +224,9 @@ class BootSync:
fh.close()
- def templatify(self, data, metadata, outfile):
- for x in metadata.keys():
- template_data = template_data.replace("$%s" % x, metadata[x])
+ #def templatify(self, data, metadata, outfile):
+ # for x in metadata.keys():
+ # template_data = template_data.replace("$%s" % x, metadata[x])
def clean_trees(self):
"""