diff --git a/drizzlepac/haputils/poller_utils.py b/drizzlepac/haputils/poller_utils.py index 7b9776434..593d90aad 100644 --- a/drizzlepac/haputils/poller_utils.py +++ b/drizzlepac/haputils/poller_utils.py @@ -696,6 +696,7 @@ def parse_mvm_tree(det_tree, all_mvm_exposures, log_level): tdp_list.append(filt_obj) if pscale == "coarse": tdp_list.append(filt_obj_fine) + # Done... return dict and object product list return obset_products, tdp_list