Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Number of hidden dot files #11

Open
martinberoiz opened this issue Mar 23, 2020 · 2 comments
Open

Number of hidden dot files #11

martinberoiz opened this issue Mar 23, 2020 · 2 comments

Comments

@martinberoiz
Copy link
Member

Hi,

I noticed today a bunch of hidden dotted files:

._120634801176SingleImage.dat
._120634801176SingleImage.map
...

Could this be from properimage not cleaning it up?

@BrunoSanchez
Copy link
Collaborator

Hi Martin,

this is from properimage. It is supposed to clean this files.
I will check the testing and study the case, since I have observed this before.

For the moment, it is important to know that the information in those files is relevant as long as you have a SingleImage instance in an open Python session. After that, the files can be safely removed.

Possible improvements on this could be using diskcache, a package that I have just heard of.
Let me know what you think.

@martinberoiz
Copy link
Member Author

A .tmp directory to dump these files in would be a simple solution in the short term.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants