mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-31 10:26:39 +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:
|
||||
path = os.getcwd() + "/"
|
||||
except OSError:
|
||||
path = ""
|
||||
path = tmp_path
|
||||
|
||||
# library path
|
||||
lib_path = "/var/lib/slpkg/"
|
||||
|
|
Loading…
Reference in a new issue