mirror of
https://github.com/munki/munki.git
synced 2026-01-06 06:29:56 -06:00
Merge branch 'main' into Munki5dev
This commit is contained in:
@@ -104,7 +104,6 @@ class MWA2APIRepo(Repo):
|
||||
stdin=subprocess.PIPE,
|
||||
stdout=subprocess.PIPE, stderr=subprocess.PIPE)
|
||||
output, err = proc.communicate()
|
||||
output = output.decode('UTF-8')
|
||||
err = err.decode('UTF-8')
|
||||
if DEBUG:
|
||||
# save our curl_directives for debugging
|
||||
|
||||
Reference in New Issue
Block a user