Changeset 8555 for mauRepo/HPFos
- Timestamp:
- 04/09/12 15:43:58 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
mauRepo/HPFos/trunk/hpfos/HPFos/osImpl/myimpl.py
r8550 r8555 193 193 def apply_query_params(self, context, results): 194 194 subresults = [] 195 if results is None: 196 return subresults 195 197 for result in results: 196 198 result_guid = context['moles3EPB'].retrieveGUIDFromInstance(result)
Note: See TracChangeset
for help on using the changeset viewer.