Blocked cache rmem checks in windows until we have figured out some other way to check this.
This commit is contained in:
parent
aba6f947fa
commit
46781d3ee1
2 changed files with 7 additions and 0 deletions
|
|
@ -274,6 +274,9 @@ def datetime_format(dtobj):
|
|||
def host_os_is(osname):
|
||||
"""
|
||||
Check to see if the host OS matches the query.
|
||||
Common osnames are
|
||||
posix
|
||||
nt
|
||||
"""
|
||||
if os.name == osname:
|
||||
return True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue