Skip to content

Commit

Permalink
roll code
Browse files Browse the repository at this point in the history
  • Loading branch information
rob committed Jul 4, 2023
1 parent 418df58 commit 4720e8d
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 @@ -413,7 +413,7 @@ def auto_selected_roll_state_instrument(
roll_state_required = suggest_roll_state_for_instrument(
roll_data=roll_data, auto_parameters=auto_parameters
)
if roll_state_required is ASK_FOR_STATE:
if roll_state_required == ASK_FOR_STATE:
print("Have to input roll state (recommend Force, Force_Outright or Close)")
roll_state_required = get_roll_state_required(roll_data)

Expand Down

0 comments on commit 4720e8d

Please sign in to comment.