summaryrefslogtreecommitdiffstats
path: root/fedora_business_cards/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'fedora_business_cards/config.py')
-rw-r--r--fedora_business_cards/config.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/fedora_business_cards/config.py b/fedora_business_cards/config.py
index b88d6f2..9bada86 100644
--- a/fedora_business_cards/config.py
+++ b/fedora_business_cards/config.py
@@ -35,7 +35,8 @@ def available_templates(config):
templates.read(templates_dir+"/templates.ini")
filelist = os.listdir(templates_dir)
for section in templates.sections():
- if templates.options(section) == ["humandesc", "front", "back", "type"]:
+ if templates.options(section) == ["humandesc", "front", "back",
+ "type"]:
if templates.get(section, "front") in filelist:
if templates.get(section, "back") in filelist:
# only SVG templates are currently supported