ConfigParser.NoOptionError: No option 'umount' in section: 'CIFS'

Bug #696320 reported by Linus Hoppe
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
pyneighborhood
Fix Released
Low
Unassigned

Bug Description

When disabling "use sudo" in the options-dialog, Pyneighborhood shows the following traceback (terminal-output):

Traceback (most recent call last):
  File "/home/linus/Programmierung/pyneighborhood/pyneighborhood/options.py", line 87, in sudo_toggled
    if ((stat(config.get("CIFS", "mount"))[ST_MODE] & S_ISUID) == 0) or ((stat(config.get("CIFS", "umount"))[ST_MODE] & S_ISUID) == 0):
  File "/usr/lib/python2.6/ConfigParser.py", line 541, in get
    raise NoOptionError(option, section)
ConfigParser.NoOptionError: No option 'umount' in section: 'CIFS'

Don't know whether this is a bug or not...

Tags: options
Revision history for this message
Betz Stefan (encbladexp) wrote :

Fixed in Revisition #547

Changed in pyneighborhood:
assignee: pyNeighborhood (pyneighborhood) → Betz Stefan (encbladexp)
status: New → Confirmed
status: Confirmed → Fix Committed
Changed in pyneighborhood:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.