From ca0b458ca154652c01d0d2cb9b078d052d70765e Mon Sep 17 00:00:00 2001 From: Manuel Genoves Date: Wed, 30 Oct 2019 01:29:35 +0100 Subject: [PATCH] fix non flatpak data paths --- uberwriter/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uberwriter/config.py b/uberwriter/config.py index 4ba1303..ea1dd35 100644 --- a/uberwriter/config.py +++ b/uberwriter/config.py @@ -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