We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Branch: develop/1.1
self.cf_options[k]["previous"].append(self.cf_options[k]["current"]) KeyError: 'previous'
caused by logger options not having a previous key,
previous
counterfit/counterfit/core/options.py
Line 27 in ff4f3c7
Fix:
"logger": { "default": "basic", "current": "basic", "previous": [], "docs": "Logger to log queries with" }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Branch: develop/1.1
caused by logger options not having a
previous
key,counterfit/counterfit/core/options.py
Line 27 in ff4f3c7
Fix:
The text was updated successfully, but these errors were encountered: