Issue504

Title imgsplat doesn't splat images ... python exceptions
Priority bug Status unread
Project Code Milestone
Superseder Nosy List nathan, nkinkade
Assigned To nathan Keywords

Created on 2009-10-30.19:12:48 by nkinkade, last changed 2009-10-30.19:12:48 by nkinkade.

Messages
msg1468 (view) Author: nkinkade Date: 2009-10-30.19:12:47
a8:/var/www/i.creativecommons.org/scripts/bin/imgsplat returns this error:

http://creativecommons.org/publicdomain/zero/1.0/
Traceback (most recent call last):
  File "./imgsplat", line 12, in <module>
    cc.image_tools.imgsplat.cli()
  File "/var/www/i.creativecommons.org/scripts/cc/image_tools/imgsplat.py", line
105, in cli
    splat(load_graph('http://creativecommons.org/licenses/index.rdf'))
  File "/var/www/i.creativecommons.org/scripts/cc/image_tools/imgsplat.py", line
78, in splat
    code = m.group(1)
AttributeError: 'NoneType' object has no attribute 'group'
History
Date User Action Args
2009-10-30 19:12:48nkinkadecreate