mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-26 09:58:31 +01:00
Rename json file
This commit is contained in:
parent
302a404796
commit
0be181ec07
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ class Repositories:
|
|||
repos_config = {}
|
||||
repositories = {}
|
||||
|
||||
data_json: str = 'data.json'
|
||||
json_file: str = 'data.json'
|
||||
last_update_json: Path = Path(repositories_path, 'last_update.json')
|
||||
default_repository: str = 'sbo'
|
||||
|
||||
|
@ -556,7 +556,7 @@ class Repositories:
|
|||
except (tomli.TOMLDecodeError, KeyError) as error:
|
||||
errors.raise_toml_error_message(error, repositories_toml_file)
|
||||
|
||||
# Dictionary of configurations of repositories.
|
||||
# Dictionary configurations of repositories.
|
||||
repositories = {
|
||||
sbo_repo_name: {
|
||||
'enable': sbo_repo,
|
||||
|
|
Loading…
Reference in a new issue