From a73275380966331096ca3dbd48251b5fb78f0f1e Mon Sep 17 00:00:00 2001 From: pollfly <75068813+pollfly@users.noreply.github.com> Date: Thu, 18 Aug 2022 12:10:23 +0300 Subject: [PATCH] Fix docs (#749) --- clearml/task.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clearml/task.py b/clearml/task.py index 8aeb5076..600c5480 100644 --- a/clearml/task.py +++ b/clearml/task.py @@ -903,8 +903,8 @@ class Task(_Task): If specified, ``project_name`` and ``task_name`` are ignored. :param str project_name: The project name of the Task to get. :param str task_name: The name of the Task within ``project_name`` to get. - :param list tags: Filter based on the requested list of tags (strings) (Task must have all the listed tags) - To exclude a tag add "-" prefix to the tag. Example: ["best", "-debug"] + :param list tags: Filter based on the requested list of tags (strings) (Task must have at least one of the + listed tags). To exclude a tag add "-" prefix to the tag. Example: ["best", "-debug"] :param bool allow_archived: Only applicable if *not* using specific ``task_id``, If True (default) allow to return archived Tasks, if False filter out archived Tasks :param bool task_filter: Only applicable if *not* using specific ``task_id``,