提交 0484ab15 编写于 作者: C Chris Lamb

Correct code to match documentation of Binary.check_utf8_package

Signed-off-by: NChris Lamb <lamby@debian.org>
上级 eeae1035
......@@ -248,12 +248,16 @@ class Binary(object):
except:
print >> sys.stderr, "E: %s has non-unicode filename: %s" % (package,tarinfo.name)
result = True
except:
traceback.print_exc()
result = False
os.chdir(cwd)
return result
__all__.append('Binary')
def copy_temporary_contents(package, version, archname, deb, reject, session=None):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册