mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-30 20:34:38 +01:00
Fixed for coding style
This commit is contained in:
parent
62768f1671
commit
43228647b3
1 changed files with 2 additions and 1 deletions
|
@ -139,7 +139,8 @@ class UpdateRepository(Configs):
|
|||
self.delete_file(self.repos.sbo_repo_path, self.repos.sbo_repo_changelog)
|
||||
|
||||
print(f"Downloading the '{self.green}{self.repos.sbo_repo_name}{self.endc}' repository, please wait...\n")
|
||||
lftp_command: str = f'lftp {self.lftp_mirror_options} {self.repos.sbo_repo_mirror} {self.repos.sbo_repo_path}'
|
||||
lftp_command: str = (f'lftp {self.lftp_mirror_options} {self.repos.sbo_repo_mirror} '
|
||||
f'{self.repos.sbo_repo_path}')
|
||||
self.utils.process(lftp_command)
|
||||
|
||||
self.delete_sbo_data()
|
||||
|
|
Loading…
Add table
Reference in a new issue