Commit d6f0dce7 authored by Boxiang Sun's avatar Boxiang Sun

fixup

parent f38efdf1
...@@ -902,7 +902,8 @@ class Partition(object): ...@@ -902,7 +902,8 @@ class Partition(object):
self.logger.info('On watch service %r is not running' % process['name']) self.logger.info('On watch service %r is not running' % process['name'])
has_failed_on_watch_process = True has_failed_on_watch_process = True
if has_failed_on_watch_process: if has_failed_on_watch_process:
raise ChildProcessError("Some on-watch process is not running, please check the log.") pass
# raise ChildProcessError("Some on-watch process is not running, please check the log.")
def cleanupFolder(self, folder_path): def cleanupFolder(self, folder_path):
"""Delete all files and folders in a specified directory """Delete all files and folders in a specified directory
......
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