Ticket #184 (closed defect: worksforme)

Opened 5 years ago

Last modified 4 years ago

paster create "Y" doesn't work

Reported by: jjinux Owned by: ianb
Priority: normal Milestone: 1.4.1
Component: paste Version: svn-trunk
Severity: normal Keywords:
Cc:

Description

If I use "paster create --template=pylons PieceOfPaper?" to update my project template, it gives me these options:

Overwrite ./PieceOfPaper/pieceofpaper/config/environment.py [y/n/d/B/?] ?
Responses:
  Y(es):    Overwrite the file with the new content.
  N(o):     Do not overwrite the file.
  D(iff):   Show a unified diff of the proposed changes (dc=context diff)
  B(ackup): Save the current file contents to a .bak file
            (and overwrite)
  Type "all Y/N/B" to use Y/N/B for answer to all future questions

Overwrite ./PieceOfPaper/pieceofpaper/config/environment.py [y/n/d/B/?] 

However, "Type "all Y/N/B" to use Y/N/B for answer to all future questions" doesn't actually work. I have to keep typing "Y".

Change History

Changed 4 years ago by ianb

  • status changed from new to closed
  • resolution set to worksforme

I just tried this, and it worked for me. You have to specifically type all y, i.e., the word "all".

Note: See TracTickets for help on using tickets.