diff --git a/bpeng/pna/pna.py b/bpeng/pna/pna.py index f59e5eca456a64c19c1f52c016e99ce6aa04656d..053474e62ae564d23ada0e28fc85708af486e064 100644 --- a/bpeng/pna/pna.py +++ b/bpeng/pna/pna.py @@ -35,7 +35,7 @@ def generate_ashp_pna(template_path, building_info, hvac, cost_estimates, scores Returns a python-pptx presentation object """ - pna_generator = TemplateInstantiator('template_path') + pna_generator = TemplateInstantiator(template_path) addr = building_info['address'] # Provide template with address, client name, and date for title page