From: parmentelat Date: Wed, 19 Dec 2018 15:58:35 +0000 (+0100) Subject: remove one sentence that is not crucial, and not python2-friendly X-Git-Tag: pyplnet-7.0-0~2 X-Git-Url: http://git.onelab.eu/?p=pyplnet.git;a=commitdiff_plain;h=cce9b511d682007bf878acfb3121238d3a3a507a 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 --- 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)