I have a python script tool that operates on raster data. It runs fine on its own, but when I use it in a model and feed it raster data from another process, I get the error:
Traceback (most recent call last):
File "D:\Scripts\dz.py", line 531, in <module>
BFList.append(descObj.catalogPath)
AttributeError: DescribeData: Method catalogPath does not exist