Commit 9adbe44d authored by Boxiang Sun's avatar Boxiang Sun

fixup

parent 40a59c34
...@@ -903,8 +903,9 @@ class Partition(object): ...@@ -903,8 +903,9 @@ 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, \ "The following on-watch service(es) is not running:\n, \
for the details, please check the corresponding log: %s", %s, \
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