Fix operating system detection on *BSD (#2505)
For #2487, not closing since we still need confirmation that his fixes *BSD.
This commit is contained in:
@@ -480,7 +480,6 @@ def get_operating_system_and_architecture():
|
||||
"illumos",
|
||||
"haiku",
|
||||
]:
|
||||
version = platform.mac_ver()[0].split(".")
|
||||
operating_system = {
|
||||
"name": operating_system,
|
||||
"release": version,
|
||||
|
||||
Reference in New Issue
Block a user