Commit b383bfb9 authored by Boxiang Sun's avatar Boxiang Sun

list all not running on-watch service

parent e424e763
...@@ -903,8 +903,8 @@ class Partition(object): ...@@ -903,8 +903,8 @@ class Partition(object):
bad_service_list.append(process['name']) bad_service_list.append(process['name'])
if len(bad_service_list) > 0: if len(bad_service_list) > 0:
raise ChildProcessError( raise ChildProcessError(
"The following on-watch service(es) is not running:\n, %s\n, \ "The following on-watch service(es) is not running:\n%s\n \
for the details, please check the corresponding log." % For the details, please check the corresponding log." %
'\n'.join(bad_service_list)) '\n'.join(bad_service_list))
def cleanupFolder(self, folder_path): def cleanupFolder(self, folder_path):
......
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