Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #103124
| From | Ganesh Pal <ganesh1pal@gmail.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: TypeError: not all arguments converted during string formatting |
| Date | 2016-02-18 21:12 +0530 |
| Message-ID | <mailman.7.1455810148.2289.python-list@python.org> (permalink) |
| References | <CACT3xuX36xwQUZ=KWoxVzyNzsmnt_UM3==j0zgDH5UNTGR7HxQ@mail.gmail.com> <CAPTjJmp3X+bPQ6zp3_eV9GnKmXJ1ATuiGAG2WU2cKJkdaU2uFQ@mail.gmail.com> |
On Wed, Feb 17, 2016 at 7:32 PM, Chris Angelico <rosuav@gmail.com> wrote:
> The print statement/function happily accepts multiple arguments, and
> will join them according to a set of predefined rules. The logging
> functions don't have those rules, so they take one message and some
> optional parameters. Try this, instead:
>
> logging.info("%r %r %r", out, err, ret)
>
Thanks this solved my issue :)
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: TypeError: not all arguments converted during string formatting Ganesh Pal <ganesh1pal@gmail.com> - 2016-02-18 21:12 +0530
csiph-web