Mercurial > p > roundup > code
diff CHANGES.txt @ 7121:cb39a6c95cd3
Fix Traceback on empty numeric order attribute
| author | Ralf Schlatterbeck <rsc@runtux.com> |
|---|---|
| date | Thu, 19 Jan 2023 14:40:52 +0100 |
| parents | 33eb82ad26ba |
| children | c087ad45bf4d |
line wrap: on
line diff
--- a/CHANGES.txt Sun Jan 08 01:44:59 2023 -0500 +++ b/CHANGES.txt Thu Jan 19 14:40:52 2023 +0100 @@ -61,6 +61,8 @@ - issue2551250: Fix sorting of detectors even if there are two with the same name and priority (can happen if they are created in two different files). +- Fix Traceback when a numeric order attribute is empty (Ralf + Schlatterbeck) Features:
