Task #12472 (closed)
BaseException.message has been deprecated as of Python 2.6
Reported by: | atarkowska | Owned by: | atarkowska |
---|---|---|---|
Priority: | major | Milestone: | 5.1.0-m4 |
Component: | OmeroPy | Version: | 5.0.2 |
Keywords: | n.a. | Cc: | python-team@… |
Resources: | n.a. | Referenced By: | n.a. |
References: | n.a. | Remaining Time: | 0.0d |
Sprint: | n.a. |
Description
/Users/ola/OMERO/openmicroscopy/dist/lib/python/omeroweb/webclient/controller/search.py:95: DeprecationWarning?: BaseException?.message has been deprecated as of Python 2.6
msg = x.message
Change History (3)
comment:1 Changed 10 years ago by atarkowska
- Milestone changed from 5.0.4 to 5.0.3
comment:2 Changed 10 years ago by atarkowska
- Resolution set to fixed
- Status changed from new to closed
comment:3 Changed 10 years ago by Aleksandra Tarkowska <A.Tarkowska@…>
- Remaining Time set to 0
(In [4f55057cd8366468caf764186cd619596d2dbb1f/ome.git] on branch develop) fixing deprecated warning, close #12472
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
fixed in https://github.com/openmicroscopy/openmicroscopy/pull/3490