mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 08:38:36 -04:00
Tools: magfit_flashlog.py: fix syntax errors
SyntaxError: print() is a function in Python 3
This commit is contained in:
parent
678bd084b7
commit
f266c82040
@ -87,7 +87,7 @@ def find_offsets(data, ofs):
|
||||
ofs = ofs - delta
|
||||
|
||||
if opts.verbose:
|
||||
print ofs
|
||||
print(ofs)
|
||||
return ofs
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user