PyInquirer icon indicating copy to clipboard operation
PyInquirer copied to clipboard

Fix message function not working

Open nabeelsherazi opened this issue 5 years ago • 1 comments

There is presently no code that checks if the message attribute is callable, and to call it to generate the message if so. This code fixes that and brings behavior in line with what is written in the README. Closes issue #96

nabeelsherazi avatar Nov 13 '20 01:11 nabeelsherazi

I had the same problem and this PR needs to be merged.

tianshuang avatar Nov 14 '22 02:11 tianshuang