Bug #1540 (closed)
Opened 10 years ago
Closed 10 years ago
makemovie.py dies on nulls
| Reported by: | jamoore | Owned by: | dzmacdonald |
|---|---|---|---|
| Priority: | critical | Cc: | jburel |
| Sprint: | n.a. | ||
| Total Remaining Time: | n.a. |
Description
Traceback (most recent call last):
File "c:\docume~1\hudson~1.gre\locals~1\temp\omero_hudson\18888\process0bb8nf.dir\./script", line 456, in <module>
writeMovie(commandArgs, session)
File "c:\docume~1\hudson~1.gre\locals~1\temp\omero_hudson\18888\process0bb8nf.dir\./script", line 395, in writeMovie
image = addScalebar(commandArgs["scalebar"], image, pixels, commandArgs);
File "c:\docume~1\hudson~1.gre\locals~1\temp\omero_hudson\18888\process0bb8nf.dir\./script", line 215, in addScalebar
pixelSizeX = pixels.getPhysicalSizeX().getValue()
AttributeError: 'NoneType' object has no attribute 'getValue'
from running on: test_images_good/ome-tiff/4D-series.ome.tiff
Change History (1)
comment:1 Changed 10 years ago by dzmacdonald
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.