mirror of
https://github.com/valitydev/salt.git
synced 2024-11-09 01:36:48 +00:00
Added comment explaining the fix.
This commit is contained in:
parent
6af860bebb
commit
8224e88e45
@ -50,6 +50,7 @@ def _available_services():
|
||||
try:
|
||||
# This assumes most of the plist files will be already in XML format
|
||||
with open(file_path):
|
||||
# Follow symbolic links of files in _launchd_paths
|
||||
true_path = os.path.realpath(file_path)
|
||||
plist = plistlib.readPlist(true_path)
|
||||
except Exception:
|
||||
|
Loading…
Reference in New Issue
Block a user