Control: tags -1 +pending +patch

On 2021-10-08 15:24:56, Gabriel Filion wrote:
> Package: undertime
> Version: 2.6.0
> Severity: grave
> Justification: renders package unusable
>
> Hello,
>
> I'm currently getting stack traces consistently when using undertime. No 
> matter
> the timezone that I request, I get a stack trace with a TypeError exception:

[...]

This is now fixed in git, and in 2.6.1 just uploaded to Debian
unstable. The patch is simple, if you want to apply locally before that:

modified   undertime
@@ -323,6 +323,7 @@ class UndertimeArgumentParser(ConfigArgumentParser):
             "-t",
             "--timezones",
             nargs="+",
+            default=[],
             help="time zones to show [default: current time zone]",
         )
         group.add_argument(

I also added a NEWS.Debian item.

A.


-- 
On ne résout pas un problème avec les modes de pensée qui l'ont
engendré.
                        - Albert Einstein

Reply via email to