Closed GoogleCodeExporter closed 9 years ago
Looks like optparse gets confused and things that %prod is -c instead of
key-mon.
Original comment by scottaki...@gmail.com
on 20 Sep 2010 at 2:50
I understand.
Is there any special reason for not doing:
#!/usr/bin/python
import keymon.key_mon as km
km.main()
in key-mon? I'm not complaining, just asking. I guess the "grep" in the bash
script is trying to get rid of some error message, right?
Original comment by mbst...@googlemail.com
on 20 Sep 2010 at 2:55
Fixed with your change and also adding an explicit Usage string.
The grep was to get rid of an annoying error message on my version of Ubuntu,
but eventually someone will fix it so I'll leave it out.
Original comment by scottaki...@gmail.com
on 21 Sep 2010 at 2:01
This is perfect in key-mon 1.4.1.
Thanks for the fix!
Original comment by mbst...@googlemail.com
on 22 Sep 2010 at 11:55
Original issue reported on code.google.com by
mbst...@googlemail.com
on 20 Sep 2010 at 2:32