Renamed to process

This commit is contained in:
Dimitris Zlatanidis 2023-06-29 12:35:40 +03:00
parent 7673f054ee
commit 775413a909

View file

@ -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('"', '')