提交 f499332d 编写于 作者: T Torsten Werner

Merge branch 'master' into dbtests

......@@ -135,6 +135,9 @@ def print_md5sha_files (tree, files, hashop):
except CantOpenError:
print "ALERT: Couldn't open " + path + name
except IOError:
print "ALERT: IOError when reading %s" % (path + name)
raise
else:
out.write(" %s %8d %s\n" % (hashvalue, hashlen, name))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册