From f99a5d03f6c037cc31810b85cb9f5f01c07c06c9 Mon Sep 17 00:00:00 2001 From: Phill Zarfos Date: Mon, 22 May 2023 04:14:57 -0400 Subject: [PATCH] Fix comment for storage scheme gs:// (#1018) Co-authored-by: Phill Zarfos --- clearml/logger.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clearml/logger.py b/clearml/logger.py index 2d6a2d6a..884136a3 100644 --- a/clearml/logger.py +++ b/clearml/logger.py @@ -1067,7 +1067,7 @@ class Logger(object): :param str uri: example: 's3://bucket/directory/' or 'file:///tmp/debug/' - :return: True, if the destination scheme is supported (for example, ``s3://``, ``file://``, or ``gc://``). + :return: True, if the destination scheme is supported (for example, ``s3://``, ``file://``, or ``gs://``). False, if not supported. """