mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-30 20:34:38 +01:00
Fixed for directory
This commit is contained in:
parent
e794532d88
commit
b62759849c
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class ViewMessage(Configs):
|
|||
self.grey: str = self.color['grey']
|
||||
self.violet: str = self.color['violet']
|
||||
self.endc: str = self.color['endc']
|
||||
self.download_only = None
|
||||
self.download_only = self.tmp_slpkg
|
||||
self.installed_packages: list = []
|
||||
self.flag_resolve_off: list = ['-o', '--resolve-off']
|
||||
self.flag_reinstall: list = ['-r', '--reinstall']
|
||||
|
|
Loading…
Add table
Reference in a new issue