Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2018
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. Total: 4
  2. Traceback (most recent call last):
  3. File "tmx-uniq_edited.py", line 139, in <module>
  4. Global.tus = uniq(Global.tus, idfun=identity);
  5. File "tmx-uniq_edited.py", line 114, in uniq
  6. marker = idfun(str(item).lower())
  7. File "tmx-uniq_edited.py", line 99, in identity
  8. seg = set([tu1.seg1, tu1.seg2]);
  9. AttributeError: 'str' object has no attribute 'seg1'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement