Page MenuHomePhabricator

Fix extra parenthesis in python .format()
ClosedPublic

Authored by Fabien on Jan 11 2020, 13:36.

Details

Summary

Some python .format() lines have extra parenthesis, which is causing
an exception to throw when a tuple is not expected.

Test Plan
ninja check-functional

The changes have been evaluated in a python console to make sure it
outputs what is expected.

Diff Detail

Repository
rABC Bitcoin ABC
Branch
fix_tuple_in_format
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 8856
Build 15687: Default Diff Build & Tests
Build 15686: arc lint + arc unit