mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-03 06:56:44 +01:00
Updated for location
This commit is contained in:
parent
080dac47d9
commit
fd0bac9237
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ class CreateData(Configs):
|
|||
|
||||
if line.startswith(pkg_tag[2]):
|
||||
package_location: str = line.replace(pkg_tag[2], '').strip()
|
||||
cache.append(package_location[1:]) # Do not install (.) dot
|
||||
cache.append(package_location[2:]) # Do not install (./) dot
|
||||
|
||||
if line.startswith(pkg_tag[3]):
|
||||
package_size_comp: str = line.replace(pkg_tag[3], '').strip()
|
||||
|
|
Loading…
Reference in a new issue