9.3.1 No error catcher

The template:

$noValue

The output:

Traceback (most recent call last):
  File "x.py", line 118, in ?
    x().runAsMainProgram()
  File "/local/opt/Python/lib/python2.2/site-packages/Webware/Cheetah/
Template.py", line 331, in runAsMainProgram
    CmdLineIface(templateObj=self).run()
  File "/local/opt/Python/lib/python2.2/site-packages/Webware/Cheetah/
TemplateCmdLineIface.py", line 59, in run
    print self._template
  File "x.py", line 91, in respond
    write(filter(VFS(SL,"noValue",1))) # generated from '$noValue' at line 
1, col 1.
NameMapper.NotFound: noValue

The generated code:

write(filter(VFS(SL,"noValue",1))) # generated from '$noValue' at line 1, 
    # col 1.
write('\n')