mirror of
https://github.com/samba-team/samba.git
synced 2025-12-17 04:23:50 +03:00
python:tests: Remove unused variables
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
committed by
Andrew Bartlett
parent
fb071bc33d
commit
3fca94cd69
@@ -187,7 +187,7 @@ class SambaToolVisualizeLdif(SambaToolCmdTest):
|
||||
'-H', self.dburl,
|
||||
'-S',
|
||||
opt)
|
||||
except SystemExit as e:
|
||||
except SystemExit:
|
||||
# optparse makes us do this
|
||||
self.fail(f"optparse rejects {env}, {opt}, {is_colour}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user