Changeset 1659

Show
Ignore:
Timestamp:
12/06/06 12:32:49 (2 years ago)
Author:
coderanger
Message:

FakeUsernamePlugin:

Default to doing nothing if no req is found on the stack. (fixes #970)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • fakeusernameplugin/0.10/fakeusername/filter.py

    r1621 r1659  
    4949         
    5050        if req is None: 
    51             raise TracError('Penguins on fire: Unable to extract req') 
     51            #raise TracError('Penguins on fire: Unable to extract req') 
     52            return 
    5253 
    5354        reporter = req.args.get('reporter')