Created
April 28, 2020 02:57
-
-
Save BekaValentine/98463506f7987ad0e70e2ac5d469fc3e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| beka@ultralaser:~/Projects/RetroUI/src$ mypy --strict retroui/terminal/colorswatch.py | |
| Traceback (most recent call last): | |
| File "/home/beka/.local/bin/mypy", line 10, in <module> | |
| sys.exit(console_entry()) | |
| File "/home/beka/.local/lib/python3.7/site-packages/mypy/__main__.py", line 8, in console_entry | |
| main(None, sys.stdout, sys.stderr) | |
| File "mypy/main.py", line 89, in main | |
| File "mypy/build.py", line 180, in build | |
| File "mypy/build.py", line 249, in _build | |
| File "mypy/build.py", line 2649, in dispatch | |
| File "mypy/build.py", line 2956, in process_graph | |
| File "mypy/build.py", line 3074, in process_stale_scc | |
| File "mypy/build.py", line 2266, in write_cache | |
| File "mypy/build.py", line 1441, in write_cache | |
| File "mypy/nodes.py", line 302, in serialize | |
| File "mypy/nodes.py", line 3097, in serialize | |
| File "mypy/nodes.py", line 3033, in serialize | |
| AssertionError |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment