Package: pytrainer
Version: 1.10.1-4
Severity: normal
Tags: patch
The pytrainer script does not pass any commandline options to the pytr script.
This blocks options like using an alternate config dir or enabling debug
logging.
Adding "$@" to the end of the pytrainer script solves this.
-- Syst
Quoting Winfried Tilanus ([email protected]):
> Package: pytrainer
> Version: 1.10.1-4
> Severity: normal
> Tags: patch
>
> The pytrainer script does not pass any commandline options to the pytr script.
> This blocks options like using an alternate config dir or enabling debug
> logging.
>
> A