taklwu commented on code in PR #7161:
URL: https://github.com/apache/hbase/pull/7161#discussion_r2212225790


##########
hbase-examples/src/main/python/thrift1/demo_hbase_thrift_over_http_tls.py:
##########
@@ -37,35 +37,35 @@
 from hbase.ttypes import Mutation
 from hbase.ttypes import IOError as HBaseIOError
 
-print "[INFO] setup connection"
-transport = THttpClient.THttpClient("https://{0}:{1}".format(sys.argv[1], 
9090))
+print("[INFO] setup connection")
+transport = THttpClient.THttpClient(f"https://{sys.argv[1]}:9090";)

Review Comment:
   @kgeisz  check if this is a bug introduced this patch ?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to