Updated for location

This commit is contained in:
Dimitris Zlatanidis 2023-03-25 12:35:18 +02:00
parent 080dac47d9
commit fd0bac9237

View file

@ -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()