mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-03 06:56:44 +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.repos = Repositories()
|
||||||
|
|
||||||
self.option_for_binaries: bool = self.utils.is_option(
|
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),
|
logging.basicConfig(filename=str(LoggingConfig.log_file),
|
||||||
filemode='w',
|
filemode='w',
|
||||||
|
|
Loading…
Reference in a new issue