We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
6b479d4
There was an error while loading. Please reload this page.
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.