mirror of
https://github.com/zulip/zulip.git
synced 2026-07-18 21:04:19 +08:00
In python 3, subprocess uses bytes for input and output if universal_newlines=False (the default). It uses str for input and output if universal_newlines=True. Since we mostly deal with strings, add universal_newlines=True to subprocess.check_output. |
||
|---|---|---|
| .. | ||
| casper_lib | ||
| casper_tests | ||
| casperjs | ||
| node_tests | ||
| run-casper | ||