Commit dcb7af2
committed
Fixed subprocess output handling
Updated the node version check to properly handle the fact that
subprocess.check_output() returns bytes in Python 3, not strings. Added
code to decode bytes to UTF-8 string and strip whitespace before
checking the version.1 parent 85fc052 commit dcb7af2
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
77 | 80 | | |
78 | 81 | | |
79 | 82 | | |
| |||
0 commit comments