Encodage cass. a a l'air fix, mais je ne sais toujours pas vraiment d'o a vient...
darcs-hash:20070531090324-f46e9-60934f552dfa82357530d7ee093ac8ef1f614a14.gz
This commit is contained in:
parent
678220f12e
commit
1ce1644112
6 changed files with 24 additions and 21 deletions
|
@ -3,6 +3,6 @@ import cherrypy
|
|||
def current_module():
|
||||
current_path = cherrypy.request.object_path
|
||||
module_name = current_path.split('/')[1]
|
||||
if module_name != 'index':
|
||||
if module_name not in ['index', 'send_error_repport']:
|
||||
return module_name
|
||||
return None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue