[Zope-dev] More Refresh Feedback
Chris Withers
chrisw@nipltd.com
Wed, 14 Feb 2001 12:39:36 +0000
Just got this when I hit the refresh button:
Exception type: SyntaxError
Exception value: invalid syntax
Traceback:
File "E:\Zope\2.3.0\lib\python\Products\Refresh\RefreshPatch.py", line 253, in
manage_performRefresh
RefreshFuncs.performFullRefresh(
File "E:\Zope\2.3.0\lib\python\Products\Refresh\RefreshFuncs.py", line 286, in
performFullRefresh
if performLoggedRefresh(jar, productid, raise_exc):
File "E:\Zope\2.3.0\lib\python\Products\Refresh\RefreshFuncs.py", line 275, in
performLoggedRefresh
performRefresh(jar, productid)
File "E:\Zope\2.3.0\lib\python\Products\Refresh\RefreshFuncs.py", line 265, in
performRefresh
reload(module)
...now I presume that's 'cos there's a syntax error in my module's code. Is
there anyway I can get something like the tracebacks you get when you restart
Zope and this kindof thing happens?
cheers,
Chris