fix: tiny lora bug found by mypy (#10959)
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
This commit is contained in:
parent
8b16f07eb0
commit
464f384cea
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ class NovitaAiToolBase:
|
|||
if not loras_str:
|
||||
return []
|
||||
|
||||
loras_ori_list = lora_str.strip().split(";")
|
||||
loras_ori_list = loras_str.strip().split(";")
|
||||
result_list = []
|
||||
for lora_str in loras_ori_list:
|
||||
lora_info = lora_str.strip().split(",")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue