Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upannoying warning #36
annoying warning #36
Comments
|
Yea, I have no idea why I did it that way. I'll put this on the todo list. |
Hello,
I get plenty of messages:
I saw that they come from localize_file(). It seems that the temp path (which is probably not needed for non-URL loaded files) is built using tempdir(), which explains the above message.
Why not using tempfile() to build a proper temporary path ? Or do not copy the file if it is not needed ?
P.S
tabulizer works great !