editing
/usr/lib/python3/dist-packages/kazam/backend/config.py
line 101-103 to read

    def get(self, section, key,raw=True,fallback='rest'):
        try:
            return super(KazamConfig,self).get(section, 
key,raw=raw,fallback=fallback)

allows it to start. This matches the keyword parameters with
configparser and calls the superclass method with the keyword
parameters. They should be ignored by whatever calls the KazamConfig get
method, but if anything else calls get on the KazamConfig class
expecting to get the method from the superclass it will also work.

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

Title:
  kazam [1.4.5 and 1.5.3] crashed with TypeError in _interpolate_some():
  get() got an unexpected keyword argument 'raw'

To manage notifications about this bug go to:
https://bugs.launchpad.net/kazam/+bug/1500083/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to