Closed busykoala closed 5 years ago
Use python's tmpfile modul, this way it generates files somewhere in the egg (cache) directory. We cannot necessarily write in those directories.
https://github.com/4teamwork/ftw.linkchecker/blob/69acc2cf8b969af2004a0a230dd58f1f18daf645/ftw/linkchecker/command/checking_links.py#L240-L242
Also save this at different location and use better IDs https://github.com/4teamwork/ftw.linkchecker/blob/7470b85c0c7d72465e555908af49ebe78b6ba637/.gitignore#L18 https://github.com/4teamwork/ftw.linkchecker/blob/7470b85c0c7d72465e555908af49ebe78b6ba637/ftw/linkchecker/command/checking_links.py#L228-L231
Solved in #42
Use python's tmpfile modul, this way it generates files somewhere in the egg (cache) directory. We cannot necessarily write in those directories.
https://github.com/4teamwork/ftw.linkchecker/blob/69acc2cf8b969af2004a0a230dd58f1f18daf645/ftw/linkchecker/command/checking_links.py#L240-L242
Also save this at different location and use better IDs https://github.com/4teamwork/ftw.linkchecker/blob/7470b85c0c7d72465e555908af49ebe78b6ba637/.gitignore#L18 https://github.com/4teamwork/ftw.linkchecker/blob/7470b85c0c7d72465e555908af49ebe78b6ba637/ftw/linkchecker/command/checking_links.py#L228-L231