Changeset 1618 in products
- Timestamp:
- Feb 2, 2010 10:39:34 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
quintagroup.transmogrifier/branches/ofs/quintagroup/transmogrifier/ofsmanager.py
r1605 r1618 115 115 self.condition = Condition(options.get('condition', 'python:True'), 116 116 transmogrifier, name, options) 117 self.ttt = 0118 117 119 118 def __iter__(self): … … 133 132 134 133 if obj.meta_type in ["File", "Image"]: 135 if not self.ttt:136 self.ttt = 1137 import pdb;pdb.set_trace()138 134 try: 139 135 manifest = item[fileskey]['file-properties']['data']
Note: See TracChangeset
for help on using the changeset viewer.