Advertisement
Guest User

Untitled

a guest
Feb 10th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. $ python MTR_converter.py 2MB-game-report.MTR test2.txt
  2. File created on 2015-12-04 16:11:52+00:00 with tracker 46.
  3. Traceback (most recent call last):
  4. File "MTR_converter.py", line 121, in <module>
  5. bin_file_print(args.data_file[0], args.output_file)
  6. File "MTR_converter.py", line 114, in bin_file_print
  7. time_value, x_value, y_value, z_value = convert_sentence(data)
  8. File "MTR_converter.py", line 39, in convert_sentence
  9. | ord(sentence[6])
  10. IndexError: string index out of range
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement