← Back to team overview

pyneighborhood team mailing list archive

[Bug 696320] Re: ConfigParser.NoOptionError: No option 'umount' in section: 'CIFS'

 

** Changed in: pyneighborhood
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of
pyNeighborhood, which is subscribed to pyneighborhood.
https://bugs.launchpad.net/bugs/696320

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

Status in pyNeighborhood:
  Fix Released

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...



References