From 527b7b604502333dfd9010c388b1eaf192f070e6 Mon Sep 17 00:00:00 2001 From: rikunosuke Date: Mon, 22 Jun 2026 15:27:22 +0900 Subject: [PATCH] =?UTF-8?q?=E7=A9=BA=E3=81=AE=E9=85=8D=E5=88=97=E3=81=A7?= =?UTF-8?q?=E3=82=A2=E3=83=8E=E3=83=86=E3=83=BC=E3=82=B7=E3=83=A7=E3=83=B3?= =?UTF-8?q?=E3=82=92=E6=9B=B4=E6=96=B0=E3=81=A7=E3=81=8D=E3=82=8B=E3=82=88?= =?UTF-8?q?=E3=81=86=E3=81=AB=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fastlabel/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastlabel/__init__.py b/fastlabel/__init__.py index 5f283fe..ff80eed 100644 --- a/fastlabel/__init__.py +++ b/fastlabel/__init__.py @@ -2243,7 +2243,7 @@ def update_robotics_task( payload["tags"] = tags if operator is not None: payload["operator"] = operator - if annotations: + if annotations is not None: payload["annotations"] = delete_extra_annotations_parameter(annotations) if metadatas: payload["metadatas"] = metadatas