错误原因:SyntaxError: unterminated string 错误,翻译过来就是:syntaxerror:未结束的字符串。解决办法:用subprocess.call(['python', 'watcher.py', i])代替os.system("python watcher.py "+i)。用subprocess.call(['/copy_output_file.sh', node])代替{}。