mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 07:13:56 -04:00
Replay: fixed missing import
This commit is contained in:
parent
ef36d74a1c
commit
bd27fed241
@ -3,7 +3,7 @@
|
||||
run Replay over a set of logs to check for code regressions
|
||||
'''
|
||||
|
||||
import optparse, os
|
||||
import optparse, os, sys
|
||||
|
||||
parser = optparse.OptionParser("CheckLogs")
|
||||
parser.add_option("--logdir", type='string', default='testlogs', help='directory of logs to use')
|
||||
|
Loading…
Reference in New Issue
Block a user