We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ada0eb9 + d0a6651 commit 0e8d727Copy full SHA for 0e8d727
cs_tools/__project__.py
@@ -1,4 +1,4 @@
1
-__version__ = "1.6.2"
+__version__ = "1.6.3"
2
__docs__ = "https://thoughtspot.github.io/cs_tools/"
3
__repo__ = "https://github.com/thoughtspot/cs_tools"
4
__help__ = f"{__repo__}/discussions/"
cs_tools/cli/tools/user-management/app.py
@@ -241,7 +241,7 @@ def delete(
241
else:
242
this_task.description = f"[fg-success]Approved[/] (deleting {len(user_identifiers):,})"
243
244
- with tracker["DELETING"] as this_task:
+ with tracker["DELETE"] as this_task:
245
this_task.total = len(user_identifiers)
246
247
users_to_delete: set[_types.GUID] = {metadata_object["guid"] for metadata_object in user_identifiers}
0 commit comments