More test fixes

This commit is contained in:
Tim Bentley 2017-08-13 06:28:25 +01:00
parent 0066a926e6
commit 2783405a34
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ class Endpoint(object):
"""
Render a mako template
"""
root = os.path.join(AppLocation.get_section_data_path('remotes'))
root = os.path.join(str(AppLocation.get_section_data_path('remotes')))
if not self.template_dir:
raise Exception('No template directory specified')
path = os.path.join(root, self.template_dir, filename)