Skip to content
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

Always take status #20

Merged
merged 5 commits into from
Nov 10, 2024
Merged

Always take status #20

merged 5 commits into from
Nov 10, 2024

Conversation

gferraro
Copy link
Contributor

No description provided.

@gferraro gferraro marked this pull request as ready for review November 3, 2024 19:10
@@ -574,6 +580,16 @@ pub fn core_1_task(
};

let is_cptv = flash_storage.has_cptv_files(false);
let mut made_startup_status_recording = is_cptv && has_files_to_offload;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If is_cptv is true, can has_files_to_offload ever be false?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nope.

@gferraro gferraro merged commit 0696b58 into main Nov 10, 2024
2 checks passed
@gferraro gferraro deleted the always-take-status branch November 10, 2024 20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants