mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-13 20:01:48 +01:00
Fixed attribute
This commit is contained in:
parent
6e9ab19646
commit
01d40b2d86
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ class ViewMessage(Configs):
|
|||
self.flag_resolve_off = '--resolve-off'
|
||||
self.flag_reinstall = '--reinstall'
|
||||
self.flag_yes = '--yes'
|
||||
self.file_pattern = pattern = f'*{self.sbo_repo_tag}'
|
||||
self.file_pattern = f'*{self.sbo_repo_tag}'
|
||||
self.session = Session
|
||||
self.utils = Utilities()
|
||||
self.black = Blacklist()
|
||||
|
|
Loading…
Reference in a new issue