mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-26 09:58:31 +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',
|
||||
'SPINNING_BAR',
|
||||
'CASE_INSENSITIVE',
|
||||
'BUILD_LOG'
|
||||
'PROCESS_LOG'
|
||||
]
|
||||
values: list = ['true', 'false']
|
||||
|
||||
|
@ -122,7 +122,7 @@ class FormConfigs(Configs):
|
|||
'PARALLEL_DOWNLOADS =',
|
||||
'SPINNING_BAR =',
|
||||
'CASE_SENSITIVE =',
|
||||
'BUILD_LOG =')
|
||||
'PROCESS_LOG =')
|
||||
):
|
||||
line: str = line.replace('"', '')
|
||||
|
||||
|
|
Loading…
Reference in a new issue