Skip to content

Commit

Permalink
run_wml_tests: suppress a python linter warning
Browse files Browse the repository at this point in the history
  • Loading branch information
CelticMinstrel committed Mar 4, 2021
1 parent 9ee9eb3 commit 2957131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_wml_tests
Expand Up @@ -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:
Expand Down

0 comments on commit 2957131

Please sign in to comment.