critiqjo / key-mon

Automatically exported from code.google.com/p/key-mon
https://github.com/scottkirkwood/key-mon
Apache License 2.0
97 stars 8 forks source link

unable to use the -l flag for larger size #51

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. sudo pip install key-mon (1.3)
2. key-mon -l

Please provide any additional information below.

% key-mon -l
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/lib/pymodules/python2.6/keymon/key_mon.py", line 730, in main
    opts.options.scale = 1.25
  File "/usr/lib/pymodules/python2.6/keymon/options.py", line 227, in __getattr__
    raise AttributeError('Invalid attribute name: %r' % name)
AttributeError: Invalid attribute name: 'options'

Setting --scale=1.25 works fine.

Original issue reported on code.google.com by mitechie...@gmail.com on 12 Aug 2010 at 1:41

GoogleCodeExporter commented 9 years ago
Thanks for pointing out this bug. Fixed in version 1.3.1.

Original comment by scottaki...@gmail.com on 12 Aug 2010 at 5:38