Skip to content

Releases: clearcare/retemplate

Support python 3.6

31 Mar 12:27
6b479d4

Choose a tag to compare

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.