Whitespace

This commit is contained in:
Thomas S Hatch 2014-02-01 05:11:40 -07:00
parent d62e6d509a
commit 727dacf132

View File

@ -82,7 +82,6 @@ def apply_(path, id_=None, config=None, approve_key=True, install=True):
install
Install salt-minion, if absent. Default: true.
'''
stats = __salt__['file.stats'](path, follow_symlinks=True)
if not stats:
return '{0} does not exist'.format(path)