util: try one more path for data_files
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
0111ea1749
commit
3392ae3973
|
@ -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(), '../..')
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue