-
Notifications
You must be signed in to change notification settings - Fork 11
Fix for ConfigurePatching getting stuck in transitioning #154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -96,6 +96,8 @@ def execution_start_check(self): | |
|
||
# Signalling take-over of core state by auto-assessment after safety checks for any competing process | ||
self.update_core_sequence(completed=False) | ||
# Refresh status file in memory to be up-to-date | ||
self.status_handler.load_status_file_components() | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. When testing on a machine, check/follow these:
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Add a task in our backlog for AutoAssessment tests |
||
else: | ||
# Logic for all non-Auto-assessment operations | ||
extension_sequence = self.read_extension_sequence() | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
execution_start_check
method, so it should always have up-to-date information.