Update fetch-macOS.py

pull/288/head
sickcodes 3 years ago committed by GitHub
parent 62baabc31e
commit 0d70bed2ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -87,7 +87,7 @@ class ReplicationError(Exception):
def cmd_exists(cmd):
proc subprocess.Popen("type " + cmd, shell=True,
return subprocess.Popen("type " + cmd, shell=True,
stdout=subprocess.PIPE, stderr=subprocess.PIPE)

Loading…
Cancel
Save