The item value can be integer or can be bytes, so cannot use "%d" here.
Details
Details
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Lint Skipped - Unit
Unit Tests Skipped
Event Timeline
Comment Actions
The item value can be integer or can be bytes, so cannot use "%d" here.
Sounds like a bug. IIUC, the item should be a byte string because it is
passed to ui.progress(item=). Can you take a look?