Browse Source

Make dora error not panic but a warning

tags/v0.3.9-rc1
haixuantao 1 year ago
parent
commit
0fe6e89635
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      node-hub/dora-qwenvl/dora_qwenvl/main.py

+ 1
- 1
node-hub/dora-qwenvl/dora_qwenvl/main.py View File

@@ -186,7 +186,7 @@ def main():
)

elif event_type == "ERROR":
raise RuntimeError(event["error"])
print("Event Error:" + event["error"])


if __name__ == "__main__":


Loading…
Cancel
Save