Skip to content
Snippets Groups Projects
Commit 8903aceb authored by Justus Müller's avatar Justus Müller :bee:
Browse files

fix: End longterm execution via exit

parent 99c62985
Branches
Tags
No related merge requests found
...@@ -95,7 +95,7 @@ if __name__ == "__main__": ...@@ -95,7 +95,7 @@ if __name__ == "__main__":
print(colored(log("[Hash-Longtermstudy] SSD usage likely due to DRAT/DZAT. Skipping test."), "red")) print(colored(log("[Hash-Longtermstudy] SSD usage likely due to DRAT/DZAT. Skipping test."), "red"))
drive_handle.set_read_only(False) drive_handle.set_read_only(False)
# SSD usage likely # SSD usage likely
pass exit()
else: else:
print(colored(log("[Hash-Longtermstudy] No DRAT/DZAT detected."), "yellow")) print(colored(log("[Hash-Longtermstudy] No DRAT/DZAT detected."), "yellow"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment