mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-03-06 10:18:27 +01:00
IGN:Tag release
This commit is contained in:
parent
18ccdb6f88
commit
613df5f2d3
2 changed files with 384 additions and 364 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -54,7 +54,7 @@ def set_metadata(stream, mi):
|
|||
|
||||
while True:
|
||||
try:
|
||||
ret = p.wait()
|
||||
p.wait()
|
||||
break
|
||||
except OSError, e:
|
||||
if e.errno == errno.EINTR:
|
||||
|
|
|
|||
Loading…
Reference in a new issue