mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-03 19:44:32 +01:00
...
This commit is contained in:
parent
57650d92d1
commit
6468dfd58d
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ def assert_true(x, msg, call_site=None):
|
|||
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:
|
||||
raise_fail(f'{x} is truthy', msg, call_site)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue