On Wed, Aug 5, 2015 at 10:49 AM, Markus Neteler <[email protected]> wrote:

>     table = '%s.%s' (schema, table)
> TypeError: 'str' object is not callable
>

As I said, I think it is missing percent operator. Probably trivial to fix
but we should understand how it happen to be in the source code.

String formatting:

'%s' % ('abc')

Function call:

'%s' ('abc')
_______________________________________________
grass-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to