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
I'm getting: ConfigParser.InterpolationSyntaxError: '%' must be followed by '%' or '('
At the bottom of a traceback. Thanks!
The text was updated successfully, but these errors were encountered:
The fix is to double the percent character. See related PR #24.
Also, next time if you can include the whole traceback, it makes it easier to understand what happened. 👍
Sorry, something went wrong.
Fixes ilyaz#12 and Fixes ilyaz#8
270c7c5
No branches or pull requests
I'm getting:
ConfigParser.InterpolationSyntaxError: '%' must be followed by '%' or '('
At the bottom of a traceback. Thanks!
The text was updated successfully, but these errors were encountered: