summaryrefslogtreecommitdiff
path: root/paste/debug/fsdiff.py
diff options
context:
space:
mode:
authorianb <devnull@localhost>2006-10-20 19:46:49 +0000
committerianb <devnull@localhost>2006-10-20 19:46:49 +0000
commitaaca5bdf2e660ef9ecff4c06c7ecbaa14518079f (patch)
tree1916e3eb0f70e6a6e480fb67825b9bce43e03fff /paste/debug/fsdiff.py
parent96644d94fd727e919d6a3d52998f276c90cbf770 (diff)
downloadpaste-aaca5bdf2e660ef9ecff4c06c7ecbaa14518079f.tar.gz
Several name problems, small bugs, extra imports caught by pyflakes
Diffstat (limited to 'paste/debug/fsdiff.py')
-rw-r--r--paste/debug/fsdiff.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/paste/debug/fsdiff.py b/paste/debug/fsdiff.py
index 96f2744..2849ea8 100644
--- a/paste/debug/fsdiff.py
+++ b/paste/debug/fsdiff.py
@@ -117,7 +117,7 @@ class Snapshot(IterableUserDict):
if self.ignore_hidden and os.path.basename(fn).startswith('.'):
return True
for pat in self.ignore_wildcards:
- if fnmatch(fn, path):
+ if fnmatch(fn, pat):
return True
return False