Commit 153f3932 by Michael DeHaan

reinstate delete_remote_files

parent 632a83c7
...@@ -576,7 +576,7 @@ class Runner(object): ...@@ -576,7 +576,7 @@ class Runner(object):
result.result['changed'] = changed result.result['changed'] = changed
del result.result['daisychain'] del result.result['daisychain']
#self._delete_remote_files(conn, tmp) self._delete_remote_files(conn, tmp)
conn.close() conn.close()
if not result.comm_ok: if not result.comm_ok:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment