We're no longer passing ret. Remove it from args.

This commit is contained in:
Pedro Algarvio 2013-07-13 15:55:54 +01:00
parent 2b1cf0ac14
commit f7459a1536

View File

@ -274,7 +274,7 @@ def create(path,
return ret
def _install_script(source, cwd, python, runas, ret):
def _install_script(source, cwd, python, runas):
env = 'base'
if not salt.utils.is_windows():
tmppath = salt.utils.mkstemp(dir=cwd)