| Summary: | app-admin/webapp-config - various bug fixes | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Vincent Brillault <gentoo> |
| Component: | Current packages | Assignee: | Anthony Basile <blueness> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | CC: | proxy-maint, twitch153, web-apps |
| Priority: | Low | Keywords: | PATCH |
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | Compilation of small fixes | ||
Seems simple enough, I went over the code and everything checks out. I give it the green light. Basic code cleanup and debugging stuff :) committed |
Created attachment 323672 [details, diff] Compilation of small fixes Here are some modifications that don't have a real impact: - add a __str__ method on class PermissionMap for debugging purposes - Fix a wrong debug mesasge in WebappSource - Replace __fix(i).strip() by __fix(i) in FileType: __fix already strip the input - Add missing cases in FileType comments