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):
bad_service_list.append(process['name'])
if len(bad_service_list) > 0:
raise ChildProcessError(
"The following on-watch service(es) is not running:\n, %s\n, \
for the details, please check the corresponding log." %
"The following on-watch service(es) is not running:\n%s\n \
For the details, please check the corresponding log." %
'\n'.join(bad_service_list))
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