Attention is currently required from: daniel.
dexter has posted comments on this change by dexter. ( https://gerrit.osmocom.org/c/pysim/+/41748?usp=email )
Change subject: pySim-shell: do not show user home path in help text ......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1:
I was just about to propose that --script and --card_handler should also use expanduser, but after t […]
I bet it works for --script annd --card_handler because the ~ is resolved by the shell before the path is passed to python?
I have tried it out it stops working when i remove os.path.expanduser()