summaryrefslogtreecommitdiff
path: root/summainlib.py
diff options
context:
space:
mode:
Diffstat (limited to 'summainlib.py')
-rw-r--r--summainlib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/summainlib.py b/summainlib.py
index 50e0a6e..e09e49c 100644
--- a/summainlib.py
+++ b/summainlib.py
@@ -159,7 +159,7 @@ class FilesystemObject(object):
'''
- def __init__(self, filename, nn, pn, stat_result=None, sha1=None,
+ def __init__(self, filename, nn, pn, exclude, stat_result=None, sha1=None,
open_file=None, readlink=None):
stat_result = stat_result or os.lstat(filename)
sha1 = sha1 or hashlib.sha1()