Commit fef855a0 authored by Nicolas Wavrant's avatar Nicolas Wavrant

fixup

parent ae1b803b
......@@ -89,7 +89,7 @@ def rsync(rsync_binary, source, destination, extra_args=None, dry=False):
'^(file has vanished: |rsync warning: some files vanished before they could be transferred)'
if e.returncode != 24 or \
re.search(allowed_error_message_regex, e.output, re.M) is None:
raise e
raise
def getExcludePathList(path):
......
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