Closed GoogleCodeExporter closed 8 years ago
tilde expansion is the responsibility of your shell. If you want the expansion
to work properly, use a space
instead of an equal sign:
--output ~/public_html/namebench.html
Alternatively, you can use $HOME instead of ~, which works anywhere.
Original comment by helixblue
on 16 May 2010 at 9:43
It could be handled by the shell, but more users will be bitten by this, beside
me.
Simple solution : http://docs.python.org/library/os.path.html?
highlight=tilde#os.path.expanduser
Original comment by jvhaa...@gmail.com
on 17 May 2010 at 7:26
This issue was closed by revision r850.
Original comment by thomas.r...@gmail.com
on 17 May 2010 at 12:23
Thanks for the tip! I've implemented your request in the trunk. Cheers!
Original comment by helixblue
on 17 May 2010 at 12:23
Original issue reported on code.google.com by
jvhaa...@gmail.com
on 16 May 2010 at 8:46