Ticket #4020 defect closed fixed
twisted.trial.runner.TrialRunner._removeSafely has typo and untested branch
| Reported by: | ivank | Owned by: | jesstess |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | trial | Keywords: | |
| Cc: | jesstess, thijs | Branch: | branches/remove-safely-4020 |
| Author: | jesstess | Launchpad Bug: |
Description
It incorrectly uses FilePath, which doesn't exist. (filepath.FilePath does)
http://twistedmatrix.com/trac/browser/trunk/twisted/trial/runner.py#L728
This was found with Pyflakes.
Change History
Note: See
TracTickets for help on using
tickets.
