← Back to team overview

pyneighborhood team mailing list archive

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

 

Public bug reported:

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

** Affects: pyneighborhood
     Importance: Low
     Assignee: pyNeighborhood (pyneighborhood)
         Status: New


** Tags: options

-- 
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:
  New

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





Follow ups

References