- From: Yosi Scharf <syosi@MIT.EDU>
- Date: Tue, 13 Jul 2004 11:10:00 -0400
- To: public-cwm-bugs@w3.org
- Cc: sean@mysterylights.com
As of March 6, 2004, `this' is no longer a valid keyword in cwm, except
for legacy support in this log:forAll and this log:forSome. Your file
now gives the error message:
return context.add(subj=subj, pred=pred, obj=obj, why=why)
File "/home/syosi/CVS-local/WWW/2000/10/swap/llyn.py", line 376, in
add
raise ValueError("You cannot use 'this' except as subject of
forAll or forSome")
ValueError: You cannot use 'this' except as subject of forAll or forSome
Therefore, this bug has been fixed.
Yosi
Received on Tuesday, 13 July 2004 11:15:49 UTC