From cce9b511d682007bf878acfb3121238d3a3a507a Mon Sep 17 00:00:00 2001 From: parmentelat Date: Wed, 19 Dec 2018 16:58:35 +0100 Subject: [PATCH] remove one sentence that is not crucial, and not python2-friendly this because bootmanager requires plnet, but lingers on python2 for the foreseeable future and beyond --- plnet.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/plnet.py b/plnet.py index dbcadb7..2cf76ca 100755 --- a/plnet.py +++ b/plnet.py @@ -529,8 +529,6 @@ if __name__ == "__main__": dest="program", default="plnet") (options, args) = parser.parse_args() if len(args) != 1 or options.root is None: - print(sys.argv) - print("Missing root or node_id", file=sys.stderr) parser.print_help() sys.exit(1) -- 2.43.0