瀏覽代碼

Update helpers.py

enkore 9 年之前
父節點
當前提交
7f68acf6ba
共有 1 個文件被更改,包括 1 次插入1 次删除
  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.