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
Lint
Lint Not Applicable
Unit
Tests Not Applicable