mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-28 01:52:06 +08:00
fix static analysis
old-commit-hash: 0320fb385ad02a096257561c61c8c2b585741c97
This commit is contained in:
@@ -39,5 +39,5 @@ if __name__ == "__main__":
|
||||
print("Usage: ./fingerprint_from_route.py <route>")
|
||||
sys.exit(1)
|
||||
|
||||
lr = SegmentRangeReader(sys.argv[1], mode=ReadMode.QLOG)
|
||||
lr = SegmentRangeReader(sys.argv[1], ReadMode.QLOG)
|
||||
get_fingerprint(lr)
|
||||
|
||||
Reference in New Issue
Block a user