kd2bwzgen

error I'm getting

Dec 11th, 2017
384
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. Error:
  2. Traceback (most recent call last):
  3. File "/storage/emulated/0/qpython/projects/BASICLoader/main.py", line 18, in <module>
  4. print MLProgram([76,0,8]).output()
  5. File "/storage/emulated/0/qpython/projects/BASICLoader/main.py", line 16, in output
  6. return self.basicstart.format(self.size,self.checksum,",".join(self.bytes))
  7. TypeError: sequence item 0: expected string, int found
  8.  
  9. Note:
  10. 'self.basicstart' is a format string that is "{!s} {!s} {}"
Advertisement
Add Comment
Please, Sign In to add comment