diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2018-12-05 22:12:28 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2018-12-05 22:12:28 +0100 |
commit | a98522cc7e5c1a6e64ee8b65648a005aa7494d1c (patch) | |
tree | 86d6d4e7c5a341d12e86a6fec92fa89c0e6504c2 /lib/action_plugins | |
parent | 9722d50b9b6c5ccd81892a00bdd3023399b004fb (diff) |
Remove trailing spaces.
Diffstat (limited to 'lib/action_plugins')
-rw-r--r-- | lib/action_plugins/fetch_cmd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/action_plugins/fetch_cmd.py b/lib/action_plugins/fetch_cmd.py index b460868..57d7220 100644 --- a/lib/action_plugins/fetch_cmd.py +++ b/lib/action_plugins/fetch_cmd.py @@ -50,7 +50,7 @@ class ActionModule(ActionBase): local_checksum = checksum(dest) # calculate checksum for the remote file, don't bother if using become as slurp will be used - remote_checksum = self._remote_checksum(stdout, all_vars=task_vars) + remote_checksum = self._remote_checksum(stdout, all_vars=task_vars) if remote_checksum != local_checksum: makedirs_safe(os.path.dirname(dest)) |