Reviewers: ,
Please review this at http://codereview.tryton.org/584002/ Affected files: M proteus/config.py Index: proteus/config.py =================================================================== --- a/proteus/config.py +++ b/proteus/config.py @@ -101,7 +101,7 @@ ctx_manager = ContextManager(self) if context is None: - context = None + context = {} self._context = self.context self._context.update(context) self._context.update(kwargs) -- [email protected] mailing list
