Skip to content

Commit

Permalink
also include the dataset_list regardless
Browse files Browse the repository at this point in the history
  • Loading branch information
vlimant committed Oct 29, 2014
1 parent 2b44f8c commit 52a88ac
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tools/statsMonitoring.py
Original file line number Diff line number Diff line change
Expand Up @@ -1322,9 +1322,8 @@ def parallel_test(arguments,force=False):
pass

pdmv_request_dict["pdmv_dataset_name"]=dataset_name
if len(dataset_list):
pdmv_request_dict["pdmv_dataset_list"]=dataset_list

pdmv_request_dict["pdmv_dataset_list"]=dataset_list

deltaUpdate = 0
##remove an old field
if 'pdmv_update_time' in pdmv_request_dict:
Expand Down

0 comments on commit 52a88ac

Please sign in to comment.