run_wml_tests: Fix indentation
This commit is contained in:
parent
be4b10a611
commit
942743eb78
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Reference in a new issue