run_wml_tests: suppress a python linter warning
This commit is contained in:
parent
5337973cd5
commit
62de714c48
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ class WesnothRunner:
|
|||
print(repr(args))
|
||||
try:
|
||||
res = run_with_rerun_for_sdl_video(args, timeout)
|
||||
except subprocess.TimeoutExpired as e:
|
||||
except subprocess.TimeoutExpired:
|
||||
print("Timed out (killed by Python timeout implementation)")
|
||||
res = subprocess.CompletedProcess(args, UnitTestResult.TIMEOUT.value)
|
||||
if self.verbose > 1:
|
||||
|
|
Loading…
Add table
Reference in a new issue