Task #5415 (closed)
Bug: Test Figure Script
| Reported by: | saloynton | Owned by: | wmoore |
|---|---|---|---|
| Priority: | minor | Milestone: | OMERO-Beta4.3 |
| Component: | General | Version: | n.a. |
| Keywords: | n.a. | Cc: | saloynton, |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | n.a. |
Description
I got the following error
Traceback (most recent call last):
File "./script", line 796, in <module>
runAsScript()
File "./script", line 785, in runAsScript
result = roiFigure(session, commandArgs)
File "./script", line 603, in roiFigure
mergedIndexes.append(int(i.getValue())) # value may be a string - no type checking
AttributeError?: 'int' object has no attribute 'getValue'
Change History (2)
comment:1 Changed 8 years ago by Will Moore <will@…>
- Remaining Time set to 0
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 8 years ago by Will Moore <will@…>
(In [dad3158c1ef8595291b2b8b634f6aa21a83c0420/ome.git] on branch develop) Fix typo BUG in Batch_Image_Export.py script. See #5415
(In [3b55e43c11ebacbc55c5b3f6a2d13345035ef4be/ome.git] on branch develop) Fix .getValue() bug in Movie_ROI_Figure.py and removed 'Merged_Colours' parameter. Closes #5415