remove added space

This commit is contained in:
Ch3LL 2018-05-17 16:15:13 -04:00
parent 9921caa143
commit 3611af699f
No known key found for this signature in database
GPG key ID: 132B55A7C13EFA73

View file

@ -327,7 +327,6 @@ def _available_services():
# the system provided plutil program to do the conversion
cmd = '/usr/bin/plutil -convert xml1 -o - -- "{0}"'.format(
true_path)
plist_xml = __salt__['cmd.run'](cmd)
if six.PY2:
plist = plistlib.readPlistFromString(plist_xml)