mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-31 10:26:39 +01:00
Updated for coding style
This commit is contained in:
parent
5ee3be74a6
commit
392f26ca6b
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ class Upgrade(Configs):
|
|||
self.repos = Repositories()
|
||||
|
||||
self.option_for_binaries: bool = self.utils.is_option(
|
||||
['-B', '--bin-repo='], self.flags)
|
||||
['-B', '--bin-repo='], flags)
|
||||
|
||||
logging.basicConfig(filename=str(LoggingConfig.log_file),
|
||||
filemode='w',
|
||||
|
|
Loading…
Reference in a new issue