On 2013-05-22 18:42, Jakub Wilk wrote:
| Package: oboinus
| Version: 2.2-5
| Severity: grave
| Justification: renders package unusable
| 
| oboinus doesn't start:
| 
| $ oboinus Traceback (most recent call last):
|   File "/usr/bin/oboinus", line 27, in <module>
|     app = App()
|   File "/usr/lib/python2.7/dist-packages/oboinuslib/oboinus.py", line 231, in 
__init__
|     self.filename = config.get('filename')
|   File "/usr/lib/python2.7/dist-packages/oboinuslib/oboinus.py", line 118, in 
get
|     return self.config.get(self.section, key)
|   File "/usr/lib/python2.7/ConfigParser.py", line 607, in get
|     raise NoSectionError(section)
| ConfigParser.NoSectionError: No section: 'background'

hi Taras,

Oboinus fails to start if user does not have directory:

        ~/.oboinus

The obvious problem is in code lines in oboinuslib/oboinus.py

   108      def __init__(self):
   109          self.config_dir  = CONFIG_DIR
   110          self.config_filename = CONFIG_FILE
   111          self.config = ConfigParser()
   112          self.config.read(self.get_config_path(create_dir=True))

Could you release a fix in you Github directpry so that I can pull and
make a new release.

Thanks,
Jari


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to