I crushed into this error while trying to run the extension in command line mode using Travis CI as a build system.
This is the complete traceback:
Traceback (most recent call last):
File "/home/travis/build/9thcirclegames/cthulhu-deck/countersheet.py", line 1272, in
effect.affect()
File "/usr/share/inkscape/extensions/inkex.py", line 283, in affect
self.effect()
File "/home/travis/build/9thcirclegames/cthulhu-deck/countersheet.py", line 837, in effect
positions[box], layer)
File "/home/travis/build/9thcirclegames/cthulhu-deck/countersheet.py", line 598, in addregistrationmarks
linelen = self.unittouu("%fpt" % self.options.registrationmarkslen)
TypeError: float argument required, not NoneType
Hi,
I crushed into this error while trying to run the extension in command line mode using Travis CI as a build system.
This is the complete traceback:
Traceback (most recent call last): File "/home/travis/build/9thcirclegames/cthulhu-deck/countersheet.py", line 1272, in
effect.affect()
File "/usr/share/inkscape/extensions/inkex.py", line 283, in affect
self.effect()
File "/home/travis/build/9thcirclegames/cthulhu-deck/countersheet.py", line 837, in effect
positions[box], layer)
File "/home/travis/build/9thcirclegames/cthulhu-deck/countersheet.py", line 598, in addregistrationmarks
linelen = self.unittouu("%fpt" % self.options.registrationmarkslen)
TypeError: float argument required, not NoneType
This can be easily reproduced since the generating script is on GitHub: https://github.com/9thcirclegames/cthulhu-deck
The build system is on: https://travis-ci.org/9thcirclegames/cthulhu-deck (also the log)