GSDumpRunner: Fix trailing whitespace warning.

Codacy.
This commit is contained in:
lightningterror 2023-12-08 13:55:33 +01:00
parent 2b68c5e383
commit 724f92562c
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ def run_regression_test(runner, dumpdir, renderer, upscale, renderhacks, paralle
if upscale != 1.0:
args.extend(["-upscale", str(upscale)])
if renderhacks is not None:
args.extend(["-renderhacks", renderhacks])