Replace "universal_newlines" with "text"
In calls to subprocess.run() (or similar), replace the 'universal_newlines' keyword with 'text'. The functionality is the same but 'text' better expresses what's happening. 'text' is an alias that arrived in Python 3.7.