1
0
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:
Joseph Sutton
2023-08-30 11:58:07 +12:00
committed by Andrew Bartlett
parent fb071bc33d
commit 3fca94cd69
2 changed files with 2 additions and 2 deletions

View File

@@ -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}")