Tools: magfit_flashlog.py: fix syntax errors

SyntaxError: print() is a function in Python 3
This commit is contained in:
cclauss 2017-09-23 16:03:11 +08:00 committed by Peter Barker
parent 678bd084b7
commit f266c82040

View File

@ -87,7 +87,7 @@ def find_offsets(data, ofs):
ofs = ofs - delta
if opts.verbose:
print ofs
print(ofs)
return ofs