Skip to content

Commit

Permalink
Merge pull request #1231 from tgibson11/patch-102
Browse files Browse the repository at this point in the history
Show instrument when updating spread data
  • Loading branch information
robcarver17 committed Jul 26, 2023
2 parents 7fd4ed2 + 1adc123 commit dac1d18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sysinit/futures/repocsv_spread_costs.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ def process_modified_instruments(

if check_on_modify:
okay_to_modify = true_if_answer_is_yes(
"Okay to replace %f with %f" % (existing_spread, new_spread)
"%s: Okay to replace %f with %f"
% (instrument_code, existing_spread, new_spread)
)
if not okay_to_modify:
continue
Expand Down

0 comments on commit dac1d18

Please sign in to comment.