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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Describe the bug
It fails on .replace('"', "'").
.replace('"', "'")
To Reproduce
output_folder = "Output" row = {'name': '"Sample Movie"'} file_path = os.path.join(output_folder, f"{row['name'].replace('"', "'")}.md") print(file_path)
And run it with these arguments:
$ black file.py
The resulting error is:
INTERNAL ERROR: Black produced code that is not equivalent to the source.
Environment
Additional context
blk_7gcnr_o1.log
The text was updated successfully, but these errors were encountered:
Duplicate of #3746 (this is only valid syntax on Python 3.12 and newer)
Sorry, something went wrong.
No branches or pull requests
Describe the bug
It fails on
.replace('"', "'")
.To Reproduce
And run it with these arguments:
The resulting error is:
Environment
Additional context
blk_7gcnr_o1.log
The text was updated successfully, but these errors were encountered: