Roundup Tracker - Issues

Issue 700483

classification
client.py: global name 'PermissionError' is not defined
Type: Severity: normal
Components: Web interface Versions:
process
Status: closed fixed
:
: richard : richard, rouilj
Priority: normal :

Created on 2003-03-09 20:40 by rouilj, last changed 2003-03-09 20:40 by rouilj.

Files
File name Uploaded Description Edit Remove
roundup.permcrash.htm rouilj, 2003-03-09 20:43 traceback for above crash.
roundup.permcrash.htm rouilj, 2003-03-09 20:46 traceback for above crash.
Messages
msg711 Author: [hidden] (rouilj) Date: 2003-03-09 20:40
View an issue. Logout of roundup. Use browser's back
button to get back to an editable interface. Change the
status. You will get a traceback.

End of traceback is:
/usr/lib/python2.2/site-packages/roundup/cgi/client.py in 
_changenode
(self=<_roundup_tracker_2.interfaces.Client instance>, 
cn='issue', nodeid='3', props={'priority': '3'})
 1157         # check for permission
 1158         if not self.editItemPermission(props):
 1159             raise PermissionError, 'You do not have 
permission to edit %s'%cn
      global PermissionError = undefined, cn = 'issue'
 1160 
 1161         # make the changes

Full error is attached.
History
Date User Action Args
2003-03-09 20:40:08rouiljcreate