mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-31 08:25:35 +00:00
Make isdir argument to _ErrorTarget optional
This commit is contained in:
parent
48a2b42ec1
commit
2d6cc26127
@ -365,7 +365,7 @@ class DirectoryTarget(object):
|
||||
|
||||
|
||||
class _ErrorTarget(object):
|
||||
def __init__(self, path, isdir):
|
||||
def __init__(self, path, isdir=False):
|
||||
self._path = path
|
||||
self._quoted_path = quote_local_unicode_path(path)
|
||||
self._isdir = isdir
|
||||
|
Loading…
x
Reference in New Issue
Block a user