Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "D:\zooi\pyfa\.\gui\fittingView.py", line 42, in OnData
  3. self.dropFn(x, y, int(self.dropData.GetText()))
  4. File "D:\zooi\pyfa\.\gui\fittingView.py", line 155, in swapItems
  5. self._swap(srcRow, dstRow)
  6. File "D:\zooi\pyfa\.\gui\fittingView.py", line 174, in _swap
  7. mod2.position)
  8. File "D:\zooi\pyfa\.\service\fit.py", line 300, in swapModules
  9. m = fit.modules[src]
  10. IndexError: list index out of range
  11. Traceback (most recent call last):
  12. File "D:\zooi\pyfa\.\gui\fittingView.py", line 145, in removeItem
  13. populate = cFit.removeModule(self.activeFitID, self.mods[self.GetItemData(row)].position)
  14. File "D:\zooi\pyfa\.\service\fit.py", line 286, in removeModule
  15. if fit.modules[position].isEmpty:
  16. IndexError: list index out of range
  17. Traceback (most recent call last):
  18. File "D:\zooi\pyfa\.\gui\fittingView.py", line 145, in removeItem
  19. populate = cFit.removeModule(self.activeFitID, self.mods[self.GetItemData(row)].position)
  20. File "D:\zooi\pyfa\.\service\fit.py", line 286, in removeModule
  21. if fit.modules[position].isEmpty:
  22. IndexError: list index out of range
  23. Traceback (most recent call last):
  24. File "D:\zooi\pyfa\.\gui\fittingView.py", line 102, in kbEvent
  25. populate = cFit.removeModule(self.activeFitID, self.mods[self.GetItemData(row)].position)
  26. File "D:\zooi\pyfa\.\service\fit.py", line 286, in removeModule
  27. if fit.modules[position].isEmpty:
  28. IndexError: list index out of range
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement