summaryrefslogtreecommitdiff
path: root/python/samba/common.py
diff options
context:
space:
mode:
authorJoe Guo <joeg@catalyst.net.nz>2018-07-30 18:14:37 +1200
committerDouglas Bagnall <dbagnall@samba.org>2018-08-24 07:49:26 +0200
commit484ce0634b020853edf0c5432e08523884199b1e (patch)
tree1c8de7cca21637707e8e1ad765b34552cd95ecfc /python/samba/common.py
parent297faf325225e06f9658457513044631d62e3dbe (diff)
downloadsamba-484ce0634b020853edf0c5432e08523884199b1e.tar.gz
PEP8: fix E123: closing bracket does not match indentation of opening bracket's line
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 'python/samba/common.py')
-rw-r--r--python/samba/common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/samba/common.py b/python/samba/common.py
index 66003993730..10891e4ce7a 100644
--- a/python/samba/common.py
+++ b/python/samba/common.py
@@ -48,7 +48,7 @@ def confirm(msg, forced=False, allow_all=False):
'': False,
'N': False,
'NO': False,
- }
+ }
prompt = '[y/N]'