Skip to content

Commit

Permalink
[admin] asclepios: remove exit() :) :):)
Browse files Browse the repository at this point in the history
  • Loading branch information
lpouillo committed Nov 19, 2015
1 parent 3f36dda commit d9ae735
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions admin/check_node_performance/asclepios
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,7 @@ def conf_checks(hosts, args):
def kernel(hosts, outdir):
"""Retrieve informations about kernel version, loaded module
and kernel configuration"""
print hosts
exit()

save_dir = outdir + '/kernel/'
if not os.path.exists(save_dir):
os.makedirs(save_dir)
Expand Down

0 comments on commit d9ae735

Please sign in to comment.