Skip to content

Commit d81b1e3

Browse files
author
Richard Jones
committed
*** empty log message ***
1 parent 9f71342 commit d81b1e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roundup/backends/back_metakit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ def set(self, nodeid, **propvalues):
499499

500500
if not rmvd and not adds:
501501
del propvalues[key]
502-
502+
503503
elif isinstance(prop, hyperdb.String):
504504
if value is not None and type(value) != _STRINGTYPE:
505505
raise TypeError, 'new property "%s" not a string'%key

0 commit comments

Comments
 (0)