mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-07 08:46:21 +01:00
Updated coding style
This commit is contained in:
parent
f2f8f08d20
commit
3685a4e369
1 changed files with 1 additions and 0 deletions
|
@ -60,6 +60,7 @@ class CheckUpdates(Configs):
|
||||||
if self.option_for_binaries:
|
if self.option_for_binaries:
|
||||||
|
|
||||||
for repo in bin_repositories.keys():
|
for repo in bin_repositories.keys():
|
||||||
|
|
||||||
if repo in self.repos.bin_enabled_repos and repo == self.repo:
|
if repo in self.repos.bin_enabled_repos and repo == self.repo:
|
||||||
bin_repositories[repo]()
|
bin_repositories[repo]()
|
||||||
break
|
break
|
||||||
|
|
Loading…
Add table
Reference in a new issue