Skip to content

Commit

Permalink
feat: Add log message after successful dumped
Browse files Browse the repository at this point in the history
  • Loading branch information
hazargurbuzz committed Oct 19, 2024
1 parent 452aad4 commit ae563b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions upsonic/remote/on_prem.py
Original file line number Diff line number Diff line change
Expand Up @@ -869,6 +869,7 @@ def set(self, key:str, value, message:str=None) -> bool:
if response["status"] is True:
if self.tester:
self.print_current_datetime()
print("Dumped.")
return True
else:
return False
Expand Down

0 comments on commit ae563b5

Please sign in to comment.