mirror of
https://github.com/borgbackup/borg.git
synced 2026-06-08 16:23:42 -04:00
Update helpers.py
This commit is contained in:
parent
ff7d909135
commit
7f68acf6ba
1 changed files with 1 additions and 1 deletions
|
|
@ -379,7 +379,7 @@ class FnmatchPattern(PatternBase):
|
|||
pattern = posixpath.normpath(pattern).rstrip(posixpath.sep) + posixpath.sep + '*' + posixpath.sep
|
||||
else:
|
||||
pattern = posixpath.normpath(pattern) + posixpath.sep + '*'
|
||||
|
||||
|
||||
self.pattern = pattern
|
||||
|
||||
# fnmatch and re.match both cache compiled regular expressions.
|
||||
|
|
|
|||
Loading…
Reference in a new issue