nothing except a revert for an accidental commit of a file
This commit is contained in:
parent
1dc26ece9b
commit
f9bbb7322b
|
@ -275,7 +275,7 @@ class Config:
|
||||||
|
|
||||||
def set(self, optname, value):
|
def set(self, optname, value):
|
||||||
if not self.__options.has_key(optname):
|
if not self.__options.has_key(optname):
|
||||||
# print 'error: option %s doesn\'t exist' % (optname)
|
# print 'error: option %s does not exist' % optname
|
||||||
return -1
|
return -1
|
||||||
opt = self.__options[optname]
|
opt = self.__options[optname]
|
||||||
value = self.is_valid(opt[OPT_TYPE], value)
|
value = self.is_valid(opt[OPT_TYPE], value)
|
||||||
|
|
1647
src/roster_window.py
1647
src/roster_window.py
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue