run_wml_tests: Fix indentation

This commit is contained in:
Celtic Minstrel 2021-04-04 10:44:26 -04:00 committed by GitHub
parent be4b10a611
commit 942743eb78
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -128,7 +128,7 @@ class WesnothRunner:
else:
path = options.path
if os.path.isdir(path):
path += "/wesnoth"
path += "/wesnoth"
if options.debug_bin:
path += "-debug"
self.common_args = [path, "--nobanner"]