OpenRA / OpenRA-Resources

The OpenRA Resource Center helps the community sharing their custom maps.
http://resource.openra.net
Other
21 stars 18 forks source link

Temporary files created during upload should have unique names #312

Open pchote opened 6 years ago

pchote commented 6 years ago

...and should not be chmodded while processing.

See discussion in #309.

pchote commented 6 years ago

We can use https://docs.python.org/3.5/library/tempfile.html to improve the "random" filename generation (which does not gurantee no conflicts).