JiaLiangC commented on code in PR #126: URL: https://github.com/apache/ambari-metrics/pull/126#discussion_r1577181525
########## ambari-metrics-host-monitoring/src/main/python/__init__.py: ########## @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 Review Comment: This is done to maintain consistency with the previous code. The prior code, including the upgraded Ambari server, all use `#!/usr/bin/env python`. Therefore, it has been changed to `#!/usr/bin/env python3`. -- 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]
