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
e78af756ee
commit
4f7e586197
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ class Configs:
|
|||
# Wget options
|
||||
wget_options = '-c -N'
|
||||
|
||||
''' Overwrite with user configuration. '''
|
||||
# Overwrite with user configuration.
|
||||
config_file: str = f'{etc_path}/{prog_name}.toml'
|
||||
if os.path.isfile(config_file):
|
||||
with open(config_file, 'rb') as conf:
|
||||
|
|
Loading…
Reference in a new issue