Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
[TASK] formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mickaelperrin committed Jul 20, 2016
1 parent 9600147 commit 97ac7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def generate_ignore_string(self, ignores, sync_method='unison'):
ignores = ignores.split(':')
if sync_method == 'unison':
separator = "' -ignore 'Path "
return separator[1:] + separator.join(ignores) + "' "
return separator[1:] + separator.join(ignores) + "' "
elif sync_method == 'tar':
separator = " --exclude "
return separator + separator.join(ignores) + ' '
Expand Down

0 comments on commit 97ac7ca

Please sign in to comment.