From 39f94615b2c4964f184c6c82508aaa50a3aae586 Mon Sep 17 00:00:00 2001 From: ligang Date: Wed, 22 May 2019 16:19:29 +0800 Subject: [PATCH] remove annotation --- script/monitor_server.py | 1 - 1 file changed, 1 deletion(-) diff --git a/script/monitor_server.py b/script/monitor_server.py index 169b14c269..73f654fd7d 100644 --- a/script/monitor_server.py +++ b/script/monitor_server.py @@ -96,7 +96,6 @@ if __name__ == '__main__': if (len(sys.argv) < 4): print('please input install_path,zookeepers,masters_zk_path and worker_zk_path') install_path = sys.argv[1] - #zookeepers = "'" + sys.argv[2] + "'" zookeepers = sys.argv[2] masters_zk_path = sys.argv[3] workers_zk_path = sys.argv[4]