forked from openlp/openlp
Small fix
This commit is contained in:
parent
ab2f354f11
commit
1908efcdbb
@ -69,6 +69,7 @@ def file_names_conv(file_names):
|
||||
:return: The list converted to file paths
|
||||
:rtype: openlp.core.common.path.Path
|
||||
"""
|
||||
if file_names:
|
||||
return [str_to_path(file_name) for file_name in file_names]
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user