mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-16 03:41:11 +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:'
|
'SLACKBUILD SHORT DESCRIPTION:'
|
||||||
]
|
]
|
||||||
|
|
||||||
sbo_file = self.read_file(
|
sbo_file = self.read_file(f'{self.configs.sbo_repo_path}/SLACKBUILDS.TXT')
|
||||||
f'{self.configs.sbo_repo_path}/SLACKBUILDS.TXT')
|
|
||||||
|
|
||||||
cache = [] # init cache
|
cache = [] # init cache
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue