From 7e9d2342197d3b8f6564a27aed61cc7aa505df1a Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Tue, 13 Sep 2011 18:18:12 +0200 Subject: [PATCH] remove obsolete length check Signed-off-by: Nico Schottelius --- bin/cdist | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bin/cdist b/bin/cdist index 530618f1..a468e2fc 100755 --- a/bin/cdist +++ b/bin/cdist @@ -608,10 +608,6 @@ def config(args): """Configure remote system""" process = {} - if len(args.host) == 0: - parser.print_help() - sys.exit(1) - time_start = datetime.datetime.now() for host in args.host: