Skip to content

Commit

Permalink
Fixed a mac os crash when loading
Browse files Browse the repository at this point in the history
  • Loading branch information
lunamidori5 committed Apr 18, 2024
1 parent e2fd6a9 commit ee7a126
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion other_files/midori_program_ver.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
`Red Satinbird` ->| 24.4.18.0 |<-
`Red Satinbird` ->| 24.4.18.1 |<-
1 change: 1 addition & 0 deletions other_files/model_installer/support.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ def get_os_info():
elif os_info == "Linux":
ver_os_info = "linux"
else:
ver_os_info = "unknown"
log(f"Unsupported operating system: {os_info}")

return ver_os_info
Expand Down

0 comments on commit ee7a126

Please sign in to comment.