Răsfoiți Sursa

Update helpers.py

enkore 9 ani în urmă
părinte
comite
7f68acf6ba
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      src/borg/helpers.py

+ 1 - 1
src/borg/helpers.py

@@ -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.