Skip to content

Commit

Permalink
roll state
Browse files Browse the repository at this point in the history
  • Loading branch information
rob committed Jul 4, 2023
1 parent 32823d7 commit 5ec7b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sysproduction/interactive_update_roll_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ def manually_update_roll_state_for_code(
roll_state_suggested = suggest_roll_state_for_instrument(
roll_data=roll_data, auto_parameters=auto_parameters
)
if roll_state_suggested is ASK_FOR_STATE:
if roll_state_suggested == ASK_FOR_STATE:
print(
"No specific state suggested: recommend one of Force, Force_Outright or Close)"
)
Expand Down

0 comments on commit 5ec7b37

Please sign in to comment.