Skip to content

Commit 0e8d727

Browse files
authored
Merge pull request #223 from TS-sumeet-jain/dev
Version Bump and User Management bug fix
2 parents ada0eb9 + d0a6651 commit 0e8d727

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cs_tools/__project__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.6.2"
1+
__version__ = "1.6.3"
22
__docs__ = "https://thoughtspot.github.io/cs_tools/"
33
__repo__ = "https://github.com/thoughtspot/cs_tools"
44
__help__ = f"{__repo__}/discussions/"

cs_tools/cli/tools/user-management/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ def delete(
241241
else:
242242
this_task.description = f"[fg-success]Approved[/] (deleting {len(user_identifiers):,})"
243243

244-
with tracker["DELETING"] as this_task:
244+
with tracker["DELETE"] as this_task:
245245
this_task.total = len(user_identifiers)
246246

247247
users_to_delete: set[_types.GUID] = {metadata_object["guid"] for metadata_object in user_identifiers}

0 commit comments

Comments
 (0)