mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
57650d92d1
commit
6468dfd58d
@ -78,7 +78,7 @@ def assert_true(x, msg, call_site=None):
|
|||||||
raise_fail(f'{x} is not truthy', msg, call_site)
|
raise_fail(f'{x} is not truthy', msg, call_site)
|
||||||
|
|
||||||
|
|
||||||
def assert_fale(x, msg, call_site=None):
|
def assert_false(x, msg, call_site=None):
|
||||||
if x:
|
if x:
|
||||||
raise_fail(f'{x} is truthy', msg, call_site)
|
raise_fail(f'{x} is truthy', msg, call_site)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user