mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
make sure to set ret if wait=False
This commit is contained in:
parent
93ca931f01
commit
6af560da9a
1 changed files with 2 additions and 0 deletions
|
@ -71,6 +71,8 @@ def call(argv, wait=True, **kwargs):
|
|||
# interrupted system call
|
||||
continue
|
||||
break
|
||||
else:
|
||||
ret = 0
|
||||
return ret
|
||||
|
||||
def latexImgFile(deck, latexCode):
|
||||
|
|
Loading…
Reference in a new issue