From 4720e8df21ed84f9da61ed9ec2104166817c8c43 Mon Sep 17 00:00:00 2001 From: rob Date: Tue, 4 Jul 2023 10:26:32 +0100 Subject: [PATCH] roll code --- sysproduction/interactive_update_roll_status.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysproduction/interactive_update_roll_status.py b/sysproduction/interactive_update_roll_status.py index 410ff2d438..1767f873f6 100644 --- a/sysproduction/interactive_update_roll_status.py +++ b/sysproduction/interactive_update_roll_status.py @@ -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)