util: try one more path for data_files
continuous-integration/drone/push Build is passing Details

master
pictuga 2021-12-14 11:10:26 +00:00
parent 0111ea1749
commit 3392ae3973
1 changed files with 2 additions and 1 deletions

View File

@ -34,7 +34,8 @@ def data_path(path=''):
bases = [
os.path.join(sys.prefix, 'share/morss/www'),
os.path.join(pkg_path(), './../../../../share/morss/www'),
os.path.join(pkg_path(), '../../../share/morss/www'),
os.path.join(pkg_path(), '../../../../share/morss/www'),
os.path.join(pkg_path(), '../www'),
os.path.join(pkg_path(), '../..')
]