Commit ec5c35dc authored by SparkSnail's avatar SparkSnail Committed by Yan Ni
Browse files

Quick fix NNICTL bug (#1226)

* fix remote bug

* add document

* add document

* update

* update

* update

* update

* fix remote issue

* fix forEach

* update doc according to comments

* update

* update

* update

* remove 'any more'

* fix nnictl commands

* fix comments

* fix bug
parent eb9e7ab8
...@@ -168,10 +168,8 @@ def parse_ids(args): ...@@ -168,10 +168,8 @@ def parse_ids(args):
return None return None
if not result_list and args.id: if not result_list and args.id:
print_error('There are no experiments matched, please set correct experiment id...') print_error('There are no experiments matched, please set correct experiment id...')
elif not result_list and not args.all:
print_error('There is no experiment running...')
elif not result_list: elif not result_list:
print_error('Cannot find experiments.') print_error('There is no experiment running...')
return result_list return result_list
def get_config_filename(args): def get_config_filename(args):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment