Message375831
$ pyright hex.py
stubPath /Users/anacrolix/src/dht-scraper/typings is not a valid directory.
Assuming Python platform Darwin
Searching for source files
Found 1 source file
/Users/anacrolix/src/dht-scraper/hex.py
3:9 - error: Cannot access member "hex" for type "ByteString"
Member "hex" is unknown (reportGeneralTypeIssues)
1 error, 0 warnings
Completed in 0.562sec
anacrolix@anacrolix-mbp-2018:~/src/dht-scraper$ mypy hex.py
hex.py:3: error: "ByteString" has no attribute "hex"
Found 1 error in 1 file (checked 1 source file)
anacrolix@anacrolix-mbp-2018:~/src/dht-scraper$ python3 hex.py
deadbeef |
|
Date |
User |
Action |
Args |
2020-08-24 01:23:27 | anacrolix | set | recipients:
+ anacrolix, eric.smith, Jeffrey.Kintscher |
2020-08-24 01:23:27 | anacrolix | set | messageid: <1598232207.7.0.703068621253.issue41564@roundup.psfhosted.org> |
2020-08-24 01:23:27 | anacrolix | link | issue41564 messages |
2020-08-24 01:23:27 | anacrolix | create | |
|