timyuer commented on code in PR #126: URL: https://github.com/apache/ambari-metrics/pull/126#discussion_r1501329553
########## ambari-metrics-host-monitoring/src/main/python/__init__.py: ########## @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 Review Comment: It may be better to modify it to `#!/usr/bin/env ambari-python-wrap` here. The same goes for other similar places as well. -- 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]
