]> Sergey Matveev's repositories - public-inbox.git/commit
lei/store: keep ".err-XXXX" in stderr tmpfile
authorEric Wong <e@80x24.org>
Sun, 10 Oct 2021 14:25:17 +0000 (14:25 +0000)
committerEric Wong <e@80x24.org>
Sun, 10 Oct 2021 23:29:55 +0000 (23:29 +0000)
commit25e7cf6db84a2de9249b4a3dcc98d3514e30729a
treeea2a814815eb0be4192cd15c25ee8fd347e6f7cd
parent341af725ce7ca711e7e5906138459854a3101309
lei/store: keep ".err-XXXX" in stderr tmpfile

This is slighly more meaningful since the file is already
in ~/.local/share/lei/store, so "lei_store" was redundant
(and the "XXXX" are random characters replaced by File::Temp)
lib/PublicInbox/LeiStore.pm