Merge pull request #161 from goncalossilva/patch-1

Fix file paths
ft.librem5
somas95 2019-05-12 21:12:04 +02:00 committed by GitHub
commit a0638f6912
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ def get_builder(builder_file_name):
def path_to_file(path):
"""Return a file path (file:///) for the given path"""
return "file:///" + path
return "file://" + path
def get_media_file(media_file_path):