Commit a4555829 authored by Sebastien Robin's avatar Sebastien Robin

genbt5list: fixed bt5 list name

regression introduced with commit cacea29b
parent cacea29b
...@@ -220,7 +220,7 @@ def main(dir_list=None, **kw): ...@@ -220,7 +220,7 @@ def main(dir_list=None, **kw):
try: try:
with open(d, 'wb') as f: with open(d, 'wb') as f:
f.write(bt5list) f.write(bt5list)
os.rename(d, d[:-4]) os.rename(d, 'bt5list')
finally: finally:
try: try:
os.remove(d) os.remove(d)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment