mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-19 10:27:07 +01:00
fix path
This commit is contained in:
parent
366fb48434
commit
26d5f4f699
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ class MetaData(object):
|
||||||
try:
|
try:
|
||||||
path = os.getcwd() + "/"
|
path = os.getcwd() + "/"
|
||||||
except OSError:
|
except OSError:
|
||||||
path = ""
|
path = tmp_path
|
||||||
|
|
||||||
# library path
|
# library path
|
||||||
lib_path = "/var/lib/slpkg/"
|
lib_path = "/var/lib/slpkg/"
|
||||||
|
|
Loading…
Reference in a new issue