minor fix (#1532)
This commit is contained in:
parent
f7bb578a14
commit
81107298a8
|
|
@ -7,7 +7,7 @@ def load_parameter_button_click(raw_prompt_txt):
|
|||
loaded_parameter_dict = json.loads(raw_prompt_txt)
|
||||
assert isinstance(loaded_parameter_dict, dict)
|
||||
|
||||
results = [True]
|
||||
results = [True, 1]
|
||||
|
||||
try:
|
||||
h = loaded_parameter_dict.get('Prompt', None)
|
||||
|
|
|
|||
Loading…
Reference in New Issue