[Pytrainer-devel] Bug#796451: pytrainer does not parse commandline arguments

2015-08-22 Thread Winfried Tilanus
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

[Pytrainer-devel] Bug#796451: pytrainer does not parse commandline arguments

2015-08-21 Thread Christian PERRIER
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