[GRASS-user] Python placeholder (%d) in stdin statement of db.execute

Hi,

I just tested it again and realized this problem is not related to the placeholder

in the python code, but probably an other issue of my pythoncode line

nothing is update when use:
grass.write_command(“db.execute”, stdin = “UPDATE my points SET prob=100”)

but using UPDATE my points SET prob=100 in the module GUI works as mentioned already before.

Has anyone experience in using db.execute in python with standard input in GRASS7?

/Johannes