-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Description
>>> import vcs
>>> a=vcs.init()
>>> b=a.getboxfill()
>>> b.script('filename.py')
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
<ipython-input-30-89bbd0e0a46d> in <module>()
----> 1 b.script('filename.py')
/Users/brown308/anaconda/envs/2.8/lib/python2.7/site-packages/vcs/boxfill.pyc in script(self, script_filename, mode)
1097 fp.write("%s.ext_1 = '%s'\n" % (unique_name, self.ext_1))
1098 fp.write("%s.ext_2 = '%s'\n" % (unique_name, self.ext_2))
-> 1099 fp.write("%s.missing = %g\n" % (unique_name, self.missing))
1100 fp.write(
1101 "%s.datawc_calendar = %g\n" %
TypeError: float argument required, not tuple@doutriaux1 Didn't this used to work?