mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
e1bc7f2b5a
The remove command in the file module had guard, `os.path.exists`, in front of all remove actions. That guard failed on broken symlinks, i.e. it returned `false` even though the broken symlink existed. Since the remove actions are properly guarded without the `os.path.exists` guard, this commits removes it. Now the remove command will also remove broken symlinks. |
||
---|---|---|
.. | ||
integration | ||
unit | ||
__init__.py | ||
consist.py | ||
console.py | ||
eventlisten.py | ||
minionswarm.py | ||
py27_subprocess.py | ||
runtests.py | ||
saltunittest.py | ||
wheeltest.py |