mirror of https://github.com/ArduPilot/ardupilot
Replay: check_replay.py: default to print for progress function
This commit is contained in:
parent
e972fb31b1
commit
8d756d8758
|
@ -6,7 +6,7 @@ check that replay produced identical results
|
|||
|
||||
from __future__ import print_function
|
||||
|
||||
def check_log(logfile, progress, ekf2_only=False, ekf3_only=False, verbose=False):
|
||||
def check_log(logfile, progress=print, ekf2_only=False, ekf3_only=False, verbose=False):
|
||||
'''check replay log for matching output'''
|
||||
from pymavlink import mavutil
|
||||
progress("Processing log %s" % logfile)
|
||||
|
|
Loading…
Reference in New Issue