forked from ungleich-public/cdist
remove obsolete length check
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
780fd5625e
commit
7e9d234219
1 changed files with 0 additions and 4 deletions
|
@ -608,10 +608,6 @@ def config(args):
|
||||||
"""Configure remote system"""
|
"""Configure remote system"""
|
||||||
process = {}
|
process = {}
|
||||||
|
|
||||||
if len(args.host) == 0:
|
|
||||||
parser.print_help()
|
|
||||||
sys.exit(1)
|
|
||||||
|
|
||||||
time_start = datetime.datetime.now()
|
time_start = datetime.datetime.now()
|
||||||
|
|
||||||
for host in args.host:
|
for host in args.host:
|
||||||
|
|
Loading…
Reference in a new issue