wenwj0 commented on code in PR #3751: URL: https://github.com/apache/ambari/pull/3751#discussion_r1341977405
########## ambari-agent/src/main/python/ambari_agent/hostname.py: ########## @@ -131,9 +131,9 @@ def server_hostnames(config): def main(argv=None): - print hostname() - print public_hostname() - print server_hostname() + print(hostname()) + print(public_hostname()) + print(server_hostname()) Review Comment: thanks for finding this, I will fix it later. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
