T
Thomas Guettler
Hi!
Is there a need for the "@"
in the filenames created with tempfile.mktemp()?
I think it would be better to use only characters
which are "shell save".
At least with bash you need to quote the "@".
Copy&past of the filename does not work.
Regards,
Thomas
Is there a need for the "@"
in the filenames created with tempfile.mktemp()?
I think it would be better to use only characters
which are "shell save".
At least with bash you need to quote the "@".
Copy&past of the filename does not work.
Regards,
Thomas