mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -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
|
run Replay over a set of logs to check for code regressions
|
||||||
'''
|
'''
|
||||||
|
|
||||||
import optparse, os
|
import optparse, os, sys
|
||||||
|
|
||||||
parser = optparse.OptionParser("CheckLogs")
|
parser = optparse.OptionParser("CheckLogs")
|
||||||
parser.add_option("--logdir", type='string', default='testlogs', help='directory of logs to use')
|
parser.add_option("--logdir", type='string', default='testlogs', help='directory of logs to use')
|
||||||
|
Loading…
Reference in New Issue
Block a user