fix non flatpak data paths

ft.librem5
Manuel Genoves 2019-10-30 01:29:35 +01:00
parent 731f9cb470
commit ca0b458ca1
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ def get_data_path():
# in the system installation path
abs_data_path = os.path.abspath(path)
if not os.path.exists(abs_data_path):
abs_data_path = '/usr/share/uberwriter/data/'
abs_data_path = '/usr/share/uberwriter/'
elif not os.path.exists(abs_data_path):
raise ProjectPathNotFound