Skip to content

Commit

Permalink
Merge pull request #43 from scalableminds/interactive-client-sort-ver…
Browse files Browse the repository at this point in the history
…sions
  • Loading branch information
frcroth authored Nov 13, 2023
2 parents 09631f7 + 0e5dacd commit f84d442
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/interactive/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ def update_key(self, key):

try:
self.versions = listVersions(stub, self.collection, key)
self.versions.sort()
log.write(Text("Versions:", style="bold magenta"))
log.write(",".join(map(str, self.versions)))
self.key_save_filename = self.sanitize_filename(
Expand Down

0 comments on commit f84d442

Please sign in to comment.