summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtools/bcfg2-profile-templates.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/bcfg2-profile-templates.py b/tools/bcfg2-profile-templates.py
index e8916e6a4..eba84d02d 100755
--- a/tools/bcfg2-profile-templates.py
+++ b/tools/bcfg2-profile-templates.py
@@ -60,6 +60,8 @@ def main():
if setup['args']:
templates = setup['args']
+ else:
+ templates = []
times = dict()
for plugin in ['Cfg', 'TGenshi', 'TCheetah']: