Commit f74429cc authored by Nicolas Wavrant's avatar Nicolas Wavrant

fixup

parent 56b51a86
......@@ -85,7 +85,7 @@ def rsync(rsync_binary, source, destination, extra_args=None, dry=False):
return
try:
subprocess.check_output(arg_list)
print(subprocess.check_output(arg_list))
except subprocess.CalledProcessError as e:
# All rsync errors are not to be considered as errors
allowed_error_message_list = \
......
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