Add flake8 and yamllint tox environments and fix tox errors
[sdnvpn.git] / odl-pipeline / lib / utils / processutils.py
index 98162c8..901e74b 100755 (executable)
@@ -29,6 +29,7 @@ def _subprocess_setup():
     # non-Python subprocesses expect.
     signal.signal(signal.SIGPIPE, signal.SIG_DFL)
 
+
 # NOTE(flaper87): The following globals are used by `mask_password`
 _SANITIZE_KEYS = ['adminPass', 'admin_pass', 'password', 'admin_password']