mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-28 09:58:21 +01:00
Renamed to process
This commit is contained in:
parent
7673f054ee
commit
775413a909
1 changed files with 2 additions and 2 deletions
|
@ -78,7 +78,7 @@ class FormConfigs(Configs):
|
||||||
'PARALLEL_DOWNLOADS',
|
'PARALLEL_DOWNLOADS',
|
||||||
'SPINNING_BAR',
|
'SPINNING_BAR',
|
||||||
'CASE_INSENSITIVE',
|
'CASE_INSENSITIVE',
|
||||||
'BUILD_LOG'
|
'PROCESS_LOG'
|
||||||
]
|
]
|
||||||
values: list = ['true', 'false']
|
values: list = ['true', 'false']
|
||||||
|
|
||||||
|
@ -122,7 +122,7 @@ class FormConfigs(Configs):
|
||||||
'PARALLEL_DOWNLOADS =',
|
'PARALLEL_DOWNLOADS =',
|
||||||
'SPINNING_BAR =',
|
'SPINNING_BAR =',
|
||||||
'CASE_SENSITIVE =',
|
'CASE_SENSITIVE =',
|
||||||
'BUILD_LOG =')
|
'PROCESS_LOG =')
|
||||||
):
|
):
|
||||||
line: str = line.replace('"', '')
|
line: str = line.replace('"', '')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue