mirror of
https://github.com/rjhansen/nsrlsvr.git
synced 2026-01-10 14:58:03 -05:00
One more bug.
This commit is contained in:
@@ -44,7 +44,7 @@ def process_rds(filename):
|
||||
try:
|
||||
my_mkdir("${PKGDATADIR}")
|
||||
with open_fh(filename) as fh:
|
||||
with open(pjoin("@pkgdatadir@", "hashes.txt"), "w") as out:
|
||||
with open(pjoin("${PKGDATADIR}", "hashes.txt"), "w") as out:
|
||||
md5re = re_compile(r'^"?([A-F0-9]{32})"?$')
|
||||
line = unicodify(fh.readline())
|
||||
while line:
|
||||
|
||||
Reference in New Issue
Block a user