Commit a5c06a4b authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

fixed n_relevant_data bug in dispatch_obsgroup

parent 749ebb8d
......@@ -603,7 +603,7 @@ class Dispatcher:
relevant_plan=this_obsgroup_plan,
relevant_data=this_obsgroup_file,
n_relevant_plan=len(this_obsgroup_plan),
n_relevant_data=this_obsgroup_file,
n_relevant_data=len(this_obsgroup_file),
relevant_data_id_list=(
[]
if len(this_obsgroup_file) == 0
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment