#51 closed defect (fixed)

~/ not dereferenced to /home/${USER} in start --basedir=~blah/foo/splat

Reported by: arch_o_median Owned by: somebody
Priority: minor Milestone:
Component: code Version: 0.2.0
Keywords: Cc:
Launchpad Bug:

Description

When I specify --basedir to start a node "~" is not interpreted as my home directory.

Change History (1)

comment:1 Changed at 2007-05-24T18:23:40Z by warner

  • Resolution set to fixed
  • Status changed from new to closed

Fixed with 4c7c5df41e0236b2.. we needed some extra os.path.expanduser()s in there to deal with the --basedir=~ case (since the --basedir ~ case was already handled by bash).

Note: See TracTickets for help on using tickets.