We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70c6667 commit 9f4b808Copy full SHA for 9f4b808
roundup/cgi/client.py
@@ -1,4 +1,4 @@
1
-# $Id: client.py,v 1.90 2003-02-18 01:57:39 richard Exp $
+# $Id: client.py,v 1.91 2003-02-18 01:59:10 richard Exp $
2
3
__doc__ = """
4
WWW request handler (also used in the stand-alone server).
@@ -1523,7 +1523,7 @@ class <designator> (where <designator> must be
1523
if not isinstance(cl, hyperdb.FileClass):
1524
continue
1525
if not props.get('content', ''):
1526
- del all_props((cn, id))
+ del all_props[(cn, id)]
1527
1528
return all_props, all_links
1529
0 commit comments