Skip to content

Support python 3.6

Latest
Compare
Choose a tag to compare
@grayaii grayaii released this 31 Mar 12:27
· 1 commit to master since this release
6b479d4

By using Popen instead of capture_output=True on the subprocess call, this works for python version 3.6 and 3.7.

The .strip() call on the value also removes and newlines, which appear on python 3.6, but not on python 3.7.