[linear2]: merge fallout flaggged by LGTM

This commit is contained in:
David Wilson 2019-07-31 11:41:29 +01:00
parent d0aee1ef3c
commit c80fddd487
1 changed files with 0 additions and 8 deletions

View File

@ -182,14 +182,6 @@ class ActionModuleMixin(ansible.plugins.action.ActionBase):
)
)
def _generate_tmp_path(self):
return os.path.join(
self._connection.get_good_temp_dir(),
'ansible_mitogen_action_%016x' % (
random.getrandbits(8*8),
)
)
def _make_tmp_path(self, remote_user=None):
"""
Create a temporary subdirectory as a child of the temporary directory