mavsdk_tests: end the logfiles with .log

This commit is contained in:
Julian Oes 2019-11-13 18:49:18 +01:00 committed by Lorenz Meier
parent d32e3919dd
commit f5cc6b7dcf
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ class Runner:
def start(self, config):
if self.log_dir:
f = open(self.log_dir + os.path.sep +
"log-{}-{}-{}-{}.txt".format(
"log-{}-{}-{}-{}.log".format(
self.log_prefix,
config['model'],
config['test_filter'],