From f436ef2f1027972d7e523e1bd7ccef67c6b42ba6 Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Sun, 13 Aug 2017 06:44:10 +0100 Subject: [PATCH] More test fixes --- openlp/plugins/remotes/endpoint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlp/plugins/remotes/endpoint.py b/openlp/plugins/remotes/endpoint.py index 1a22dd53c..a9b0d0815 100644 --- a/openlp/plugins/remotes/endpoint.py +++ b/openlp/plugins/remotes/endpoint.py @@ -28,7 +28,7 @@ from openlp.core.api.endpoint.core import TRANSLATED_STRINGS from openlp.core.common import AppLocation -static_dir = os.path.join(AppLocation.get_section_data_path('remotes')) +static_dir = os.path.join(str(AppLocation.get_section_data_path('remotes'))) log = logging.getLogger(__name__)