mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-28 09:58:21 +01:00
Fixed code style
This commit is contained in:
parent
7b52fd467b
commit
e78af756ee
1 changed files with 1 additions and 2 deletions
|
@ -28,8 +28,7 @@ class CreateData:
|
|||
'SLACKBUILD SHORT DESCRIPTION:'
|
||||
]
|
||||
|
||||
sbo_file = self.read_file(
|
||||
f'{self.configs.sbo_repo_path}/SLACKBUILDS.TXT')
|
||||
sbo_file = self.read_file(f'{self.configs.sbo_repo_path}/SLACKBUILDS.TXT')
|
||||
|
||||
cache = [] # init cache
|
||||
|
||||
|
|
Loading…
Reference in a new issue