Files
Luis Montero 5c5f573e5b fix(frontend): remove ResourceWarning from using TemporaryDirectory
We currently have something like `var = TemporaryDirectory`
without explicitly calling the `close` method on `var` thus
raising a `ResourceWarning` when the resource is implicitely cleaned-up.

This could be avoided by using `mkdtemp` instead.
2024-04-25 10:02:47 +03:00
..