From: nejucomo Date: Sat, 19 Jan 2008 07:20:32 +0000 (-0700) Subject: Remove a redundant assertion for clarity. X-Git-Tag: allmydata-tahoe-0.8.0~246 X-Git-Url: https://git.rkrishnan.org/frontends/FTP-and-SFTP.txt?a=commitdiff_plain;h=2b9ba229bef8bf71dca153a54f2391f11afb8189;p=tahoe-lafs%2Ftahoe-lafs.git Remove a redundant assertion for clarity. --- diff --git a/contrib/fuse/tahoe_fuse.py b/contrib/fuse/tahoe_fuse.py index 15c8576c..f102202c 100644 --- a/contrib/fuse/tahoe_fuse.py +++ b/contrib/fuse/tahoe_fuse.py @@ -384,7 +384,6 @@ class TahoeFile (TahoeNode): return rawsize def resolve_path(self, path): - assert type(path) is list assert path == [] return self