R. David Murray added the comment:
Looking at the traceback and your code, configparser is calling 'get',
expecting to call its own get method (that takes a 'raw' keyword), but instead
is calling the get on your subclass, which doesn't take a 'raw' keyword.
Since this appears to be example
New submission from Sol Jerome :
This seems like it could be user error, but the traceback doesn't provide
useful information on where the problem could be. The relevant class is at the
following URL.
https://github.com/Bcfg2/bcfg2/blob/master/src/lib/Server/Plugin.py#L1180
Traceback (most r