错误原因:SyntaxError: unterminated string 错误,翻译过来就是:syntaxerror:未结束的字符串。解决办法:用subprocess.call(['python', 'watcher.py', i])代替os.system("python watcher.py "+i)。用subprocess.call(['/copy_output_file.sh', node])代替{}。
加入我们帮助完成翻译! Message SyntaxError: unterminated string literal Error type SyntaxError What went wrong? There is an unterminated String somewhere. String literals must be enclosed by single (') or double (") quotes. JavaScript makes no distinction between single-quoted strings and double-...