summaryrefslogtreecommitdiff
path: root/selftest
diff options
context:
space:
mode:
authorJoe Guo <joeg@catalyst.net.nz>2018-07-30 18:14:13 +1200
committerDouglas Bagnall <dbagnall@samba.org>2018-08-24 07:49:26 +0200
commitb43408b383d06d7c0c87b8f6e9549544fc057bc2 (patch)
treea4c7f0a0eab976cc70266a8eb36195a45e59f95b /selftest
parent5037731e0dad92c9d538eb3cd437b8b672df865b (diff)
downloadsamba-b43408b383d06d7c0c87b8f6e9549544fc057bc2.tar.gz
PEP8: fix E121: continuation line under-indented for hanging indent
Signed-off-by: Joe Guo <joeg@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Diffstat (limited to 'selftest')
-rw-r--r--selftest/subunithelper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/selftest/subunithelper.py b/selftest/subunithelper.py
index db9b3e77525..48b6685256e 100644
--- a/selftest/subunithelper.py
+++ b/selftest/subunithelper.py
@@ -667,7 +667,7 @@ class PlainFormatter(TestsuiteEnabledTestResult):
if not self.immediate:
sys.stdout.write({
- 'error': 'E',
+ 'error': 'E',
'failure': 'F',
'uxsuccess': 'U',
'success': 'S'}.get(result, "?"))