IGN:Tag release

This commit is contained in:
Kovid Goyal 2010-05-07 12:46:18 -06:00
parent 18ccdb6f88
commit 613df5f2d3
2 changed files with 384 additions and 364 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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: