More test fixes

This commit is contained in:
Tim Bentley 2017-08-13 06:44:10 +01:00
parent 2783405a34
commit f436ef2f10

View File

@ -28,7 +28,7 @@ from openlp.core.api.endpoint.core import TRANSLATED_STRINGS
from openlp.core.common import AppLocation 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__) log = logging.getLogger(__name__)