Skip to content

Commit 9f4b808

Browse files
author
Richard Jones
committed
ehem
1 parent 70c6667 commit 9f4b808

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roundup/cgi/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $Id: client.py,v 1.90 2003-02-18 01:57:39 richard Exp $
1+
# $Id: client.py,v 1.91 2003-02-18 01:59:10 richard Exp $
22

33
__doc__ = """
44
WWW request handler (also used in the stand-alone server).
@@ -1523,7 +1523,7 @@ class <designator> (where <designator> must be
15231523
if not isinstance(cl, hyperdb.FileClass):
15241524
continue
15251525
if not props.get('content', ''):
1526-
del all_props((cn, id))
1526+
del all_props[(cn, id)]
15271527

15281528
return all_props, all_links
15291529

0 commit comments

Comments
 (0)