mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 00:14:41 +01:00
fix: boottime on haiku getting (#4632)
This commit is contained in:
parent
4af6806562
commit
27970af142
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ def _get_boot_time_func():
|
|||
if plat.startswith(("amiga", "aros12")):
|
||||
return _boot_time_amiga
|
||||
if plat.startswith(("beos5", "haiku1")):
|
||||
return _boot_time_beos()
|
||||
return _boot_time_beos
|
||||
if plat.startswith(("cygwin", "linux")):
|
||||
# "cygwin", "linux","linux-armv71": "linux2"
|
||||
return _boot_time_linux
|
||||
|
|
Loading…
Add table
Reference in a new issue