[GRASS-dev] pyGRASS send job to background

2013-06-21 Thread Yann Chemin
Hi, I have several jobs that can be run together, in BASH we can add at the end of the module command, is there a pyGRASS option we can throw to the same effect? Cheers, Yann -- ___ grass-dev mailing list grass-dev@lists.osgeo.org

Re: [GRASS-dev] pyGRASS send job to background

2013-06-21 Thread Pietro Zambelli
On Friday 21 Jun 2013 16:20:00 Yann Chemin wrote: I have several jobs that can be run together, in BASH we can add at the end of the module command, is there a pyGRASS option we can throw to the same effect? yes, the parameter is: finish_=False, in this way python will not wait the end of

Re: [GRASS-dev] pyGRASS send job to background

2013-06-21 Thread Pietro Zambelli
On Friday 21 Jun 2013 13:08:48 Pietro Zambelli wrote: Sorry I have to add this in the documentation... False, it was already in the code... I forgot to activate the foot with the special parameters... :-) Now if you ask for the doc in an interactive shell with: {{{ i.albedo? }}} You get:

Re: [GRASS-dev] pyGRASS send job to background

2013-06-21 Thread Hamish
Yann wrote: I have several jobs that can be run together, in BASH we can add at the end of the module command, is there a pyGRASS option we can throw to the same effect? fwiw the import grass.script way to do it is demonstrated in scripts/r3.in.xyz.py and i.landsat.rgb.py scripts. see also