mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
(minor) clean up typos.
This commit is contained in:
parent
519b892f0c
commit
7d0ac2c36d
@ -59,7 +59,7 @@ class LibcUtil:
|
|||||||
Note that this class will raise on __init__() if 'libc.so.6' can't be found. Take care to handle environments where
|
Note that this class will raise on __init__() if 'libc.so.6' can't be found. Take care to handle environments where
|
||||||
this shared library is not available.
|
this shared library is not available.
|
||||||
|
|
||||||
TODO: Improve cross-OS copatibility of this class.
|
TODO: Improve cross-OS compatibility of this class.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
@ -20,4 +20,5 @@ def test_struct_mallinfo2_to_str():
|
|||||||
"""Smoke test of Struct_mallinfo2.__str__()."""
|
"""Smoke test of Struct_mallinfo2.__str__()."""
|
||||||
info = Struct_mallinfo2()
|
info = Struct_mallinfo2()
|
||||||
info_str = str(info)
|
info_str = str(info)
|
||||||
print(info_str)
|
|
||||||
|
assert len(info_str) > 0
|
||||||
|
Loading…
Reference in New Issue
Block a user