mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-10 07:38:59 +08:00
fix: tiny lora bug found by mypy (#10959)
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
This commit is contained in:
parent
8b16f07eb0
commit
464f384cea
@ -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…
x
Reference in New Issue
Block a user