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 71269b6 commit 7621b70
Show file tree
Hide file tree
Showing 2 changed files with 5 additions 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 @@ -545,7 +545,7 @@ def manually_update_roll_state_for_code(
print(
"No specific state suggested: recommend one of Force, Force_Outright or Close)"
)
default_state = roll_data.original_roll_status
default_state = roll_data.original_roll_status.name
else:
roll_state_suggested_str = roll_state_suggested.name
print(
Expand Down
4 changes: 4 additions & 0 deletions sysproduction/update_sampled_contracts.py
Original file line number Diff line number Diff line change
Expand Up @@ -408,5 +408,9 @@ def update_contract_object_with_new_expiry_date(
)


def check_key_contracts_have_not_expired():
pass


if __name__ == "__main__":
update_sampled_contracts()

0 comments on commit 7621b70

Please sign in to comment.