We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e0cbe1d + 295e425 commit 8b247b0Copy full SHA for 8b247b0
sysinit/futures/repocsv_spread_costs.py
@@ -57,7 +57,7 @@ def process_new_instruments(
57
if check_on_add:
58
okay_to_add = true_if_answer_is_yes(
59
"Add cost of %f for %s to database?"
60
- % (instrument_code, spread_for_instrument)
+ % (spread_for_instrument, instrument_code)
61
)
62
if not okay_to_add:
63
continue
0 commit comments