You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
repro.py:10: error: Not all arguments converted during string formatting
Found 1 error in 1 file (checked 1 source file)
This happens at the call to format.
What is the behavior/output you expect? The file should typecheck without errors.
What are the versions of mypy and Python you are using? Mypy 0.740 on Python 3.7.5.
Do you see the same issue after installing mypy from Git master? Yes, on 09c1fc7 the problem is still present.
What are the mypy flags you are using? None, just the default.
Issue #7563 seemed superficially related, but now that I am taking a closer look, I’m not sure any more.
The text was updated successfully, but these errors were encountered:
Please provide more information to help us understand the issue:
Are you reporting a bug, or opening a feature request? I am reporting a bug.
Please insert below the code you are checking with mypy.
What is the actual behavior/output?
This happens at the call to
format
.What is the behavior/output you expect? The file should typecheck without errors.
What are the versions of mypy and Python you are using? Mypy 0.740 on Python 3.7.5.
Do you see the same issue after installing mypy from Git master? Yes, on 09c1fc7 the problem is still present.
What are the mypy flags you are using? None, just the default.
Issue #7563 seemed superficially related, but now that I am taking a closer look, I’m not sure any more.
The text was updated successfully, but these errors were encountered: