remove obsolete length check

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
remotes/origin/feature_files_export
Nico Schottelius 13 years ago
parent 780fd5625e
commit 7e9d234219
  1. 4
      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:

Loading…
Cancel
Save