tuttleofx / TuttleOFX

Tuttle OFX is a library to connect and batch operations with OpenFx plugins. It comes with a set of plugins that allows you to batch process on movies and file sequences.
www.TuttleOFX.org
Other
180 stars 64 forks source link

Docker images failes with sam ls #594

Open samhodge opened 5 years ago

samhodge commented 5 years ago

using the docker image I get the following error message.

root@86d19034e85a:~# sam ls /mnt/testy/cat/
Traceback (most recent call last):
  File "/usr/local/bin/sam", line 101, in <module>
    tool.run(parser)
  File "/usr/local/bin/python/sam/sam_ls.py", line 321, in run
    self.printItems(items, args, detectionMethod, filters)
  File "/usr/local/bin/python/sam/sam_ls.py", line 222, in printItems
    self.printItem(item, args, level)
  File "/usr/local/bin/python/sam/sam_ls.py", line 157, in printItem
    filename = samUtils.getSequenceNameWithFormatting(item.getSequence(), args.format)
  File "/usr/local/bin/python/sam/common/samUtils.py", line 225, in getSequenceNameWithFormatting
    sequenceName += '#' * sequence.getPadding()
AttributeError: 'Sequence' object has no attribute 'getPadding'