Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinai Yang (FA TALENT) committed Nov 7, 2018
1 parent 84fe396 commit b12ed90
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/nni_cmd/launcher_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,7 @@ def validate_common_content(experiment_config):
experiment_config['machineList'][index]['port'] = 22

except Exception as exception:
print_error('Your config file is not correct, please check your config file content!')
print_error('Information:\n%s' % exception)
print_error('Your config file is not correct, please check your config file content!\n%s' % exception)
exit(1)

def parse_tuner_content(experiment_config):
Expand Down

0 comments on commit b12ed90

Please sign in to comment.