Modify ↓
Opened 15 years ago
Closed 15 years ago
#8950 closed enhancement (cantfix)
Hide DeprecationWarnings for trac-admin
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | admin/console | Version: | 0.11-stable |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
When I run trac-admin hotcopy
it prints Python 2.6 DeprecationWarnings that shouldn't be exposed to an average/default user.
/usr/local/lib/python2.6/site-packages/MySQL_python-1.2.2-py2.6-linux-x86_64.egg/MySQLdb/__init__.py:34: DeprecationWarning: the sets module is deprecated Hotcopying /var/trac/acidswf to files/acidswf ... Hotcopy done.
Any way to hide those?
Attachments (0)
Change History (1)
comment:1 by , 15 years ago
Milestone: | 0.12 |
---|---|
Resolution: | → cantfix |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
That particular DeprecationWarning comes from MySQLdb, so there's nothing we can do. You could report it to the package maintainer, though.
Please reopen if you see any others that are triggered by a Trac module.