Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. Checking sprites dir
  2. Traceback (most recent call last):
  3. File "./testxml.py", line 1796, in <module>
  4. testSpritesDir("")
  5. File "./testxml.py", line 1653, in testSpritesDir
  6. testSprite("0", dir + file, 0, True, True)
  7. File "./testxml.py", line 369, in testSprite
  8. testSpriteFile(id, fullPath, file, spritesDir + file2, dnum, variant, iserr)
  9. File "./testxml.py", line 408, in testSpriteFile
  10. showMsgSprite(fileLoc, "image attribute not exist: " + image, iserr)
  11. UnboundLocalError: local variable 'image' referenced before assignment
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement