Page MenuHomePhabricator

[python linting] enforce E731: Do not assign a lambda expression, use a def
ClosedPublic

Authored by markblundeberg on Feb 7 2020, 15:30.

Details

Summary

Depends on D5202

Test Plan

./test/functional/test_runner.py wallet_multiwallet
arc lint --everything

Diff Detail

Repository
rABC Bitcoin ABC
Branch
lintfixes
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 9332
Build 16600: Default Diff Build & Tests
Build 16599: arc lint + arc unit

Event Timeline

test/functional/wallet_multiwallet.py
29

note: this one line function style would be blocked by E704 but it seems to be a prevalent violation...

This revision is now accepted and ready to land.Feb 7 2020, 16:19