Skip to content

Commit

Permalink
Review comments incoporated
Browse files Browse the repository at this point in the history
Signed-off-by: msvinaykumar <[email protected]>
  • Loading branch information
msvinaykumar committed Dec 18, 2024
1 parent 65602f7 commit 234aa67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def main(argv):
# Fetch the recommendations for all the experiments
latest = "false"
interval_end_time = None
response = list_recommendations(experiment_name, latest, interval_end_time, rm=True)
response = list_recommendations(experiment_name, latest, interval_end_time)
if response.status_code == SUCCESS_200_STATUS_CODE:
list_reco_json_file_after = list_reco_json_dir + '/list_reco_json_after.json'
write_json_data_to_file(list_reco_json_file_after, response.json())
Expand Down

0 comments on commit 234aa67

Please sign in to comment.