openSUSE / docmanager

Manage DocBook 5 Meta Information
http://opensuse.github.io/docmanager/index.html
GNU General Public License v3.0
6 stars 6 forks source link

'config' sub command does not show 'Permission denied' error #80

Closed mschnitzer closed 9 years ago

mschnitzer commented 9 years ago

This line is True every time: https://github.com/openSUSE/docmanager/blob/1129cdd30d84610414c02e1b25683d40aa04ce41/docmanager/action.py#L345

We have to check for if not conf.read(...)

@tomschr Would you mind taking care of that?