princenyeche/jiraone

I found a bug in the class PROJECT.change_log

NomadSU opened this issue · 0 comments

Discussed in #100

Originally posted by NomadSU October 13, 2022
Hi
First of all, I have to admit that your product is good.
I found one error in PROJECT.change_log class
In the reporting.py file, on line 1061, you are trying to delete the "iter_saves.json" file, but this cannot be done because the file is already in use.
Well I found out why
On line 129 you open the file but then don't close it
i added os.close(fd) and now everything works for me