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