Closed zacchiro closed 6 months ago
I don't, I just don't usually look in my tmp directory
Yeah, confirmed: this can be reproduced trivially even with ./pipeline.sh tests/data/cnr-2000
which leaves 11 labels.bin file in /tmp
, so it doesn't even depend on TMPDIR.
And indeed there is no code removing them in src/algo/llp/mod.rs
at all.
I'll file a PR about this.
after running this:
I noticed that temp files have not been cleaned from the local temp dir:
@progval have you ever encountered this? I'm surprised we didn't notice before… (maybe because you independently cleanup the same dir in the swh-graph pipeline?)