diff --git a/development/autotests/keytest.py b/development/autotests/keytest.py index f660d45320..ca475d756d 100755 --- a/development/autotests/keytest.py +++ b/development/autotests/keytest.py @@ -285,7 +285,7 @@ while not failed: c = x.getCommand() if c is None: break - if c == "": + if c.strip() == "": continue outfile.writelines(c + '\n') outfile.flush()