hu-macsy / simexpal

Simplifying Experimental Algorithmics
https://simexpal.readthedocs.io
MIT License
17 stars 18 forks source link

.lock files have 000 permissions #126

Closed avdgrinten closed 10 months ago

avdgrinten commented 2 years ago

simexpal currently creates lock files with 000 permissions; this is very annoying when moving directories (among other things) since mv complains that it cannot open these files. There is no reason not to create these files either as r--r--r-- or rw-rw-r-- instead.