faucetsdn / faucetagent

gNMI agent for faucet configuration
4 stars 2 forks source link

Satisfy pylint's ever-stricter, annoying conditions #35

Closed lantz closed 4 years ago

lantz commented 4 years ago

Pylint has added two stupid new rules, which we now comply with:

subprocess-run-check: don't use Python's best feature: default values consider-using-sys-exit: because one exit() function wasn't enough