Attention is currently required from: dexter.
fixeria has posted comments on this change by fixeria. ( https://gerrit.osmocom.org/c/pysim/+/42553?usp=email )
Change subject: filesystem: JsonEditor: use NamedTemporaryFile ......................................................................
Patch Set 4:
(2 comments)
Patchset:
PS4:
I have tested this. […]
This is intentional, see the next patch.
File pySim/filesystem.py:
https://gerrit.osmocom.org/c/pysim/+/42553/comment/9aa9b605_a492f280?usp=ema... : PS4, Line 606: self._file = tempfile.NamedTemporaryFile(prefix='pysim', suffix='.json',
maybe continue to use 'pysim_' as prefix? […]
`NamedTemporaryFile` automatically adds `_` between prefix and the random file name.