forked from openlp/openlp
More test fixes
This commit is contained in:
parent
0066a926e6
commit
2783405a34
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user