Comment # 1 on bug 907528 from
Could it be that we need here a write/append option for open?

modules/utils.py:

 565         open(dest).write(open(src).read())


You are receiving this mail because: