Opened 16 years ago
Closed 16 years ago
#328 closed defect (fixed)
UnboundLocalError: local variable 'styledoc' referenced before assignment
Reported by: | mike@… | Owned by: | cmlenz |
---|---|---|---|
Priority: | critical | Milestone: | 0.6 |
Component: | Build slave | Version: | 0.5.3 |
Keywords: | Cc: | ||
Operating System: | Windows |
Description
I guess this is a typo, styledoc wants to be srcdoc I think.
Traceback (most recent call last):
File "c:\python25\lib\site-packages\bitten-0.6dev_r559-py2.5.egg\bitten\slave.
py", line 271, in _execute_step
step.execute(recipe.ctxt):
File "c:\python25\lib\site-packages\bitten-0.6dev_r559-py2.5.egg\bitten\recipe
.py", line 191, in execute
ctxt.run(self, child.namespace, child.name, child.attr)
File "c:\python25\lib\site-packages\bitten-0.6dev_r559-py2.5.egg\bitten\recipe
.py", line 95, in run
function(self, args)
File "c:\python25\lib\site-packages\bitten-0.6dev_r559-py2.5.egg\bitten\build\
xmltools.py", line 72, in transform
err = styledoc.parseError
Unbound Local Error?: local variable 'styledoc' referenced before assignment
Attachments (0)
Change History (1)
comment:1 Changed 16 years ago by dfraser
- Resolution set to fixed
- Status changed from new to closed
This should be fixed by r588, thanks for reporting.