diff --git a/client-py/src/Session.py b/client-py/src/Session.py index 00b3bf54039ee0db5ec069b2b40224b190973dc7..f9ee8f03842cecf4408a830762c2c1bf6dc26291 100644 --- a/client-py/src/Session.py +++ b/client-py/src/Session.py @@ -451,6 +451,6 @@ class Session(object): status = self.__client.setTimeZone(request) print("setting time zone_id as {}, message: {}".format(zone_id, status.message)) except TTransport.TException as e: - print("Could not get time zone because: ", e) + print("Could not set time zone because: ", e) raise Exception self.__zone_id = zone_id