Merge branch 'master' into development
This commit is contained in:
commit
9e90d620e6
@ -391,6 +391,7 @@ class Backup:
|
||||
fp.write('\n')
|
||||
|
||||
with open(self._exclude_path, 'w', encoding='utf-8') as fp:
|
||||
if self.exclude is not None:
|
||||
for e in self.exclude:
|
||||
fp.write(e)
|
||||
fp.write('\n')
|
||||
|
Loading…
x
Reference in New Issue
Block a user