Pietro wrote: > grass.run_command('r.colors', map = tmp_colr, > flags = flip_flag, **color_cmd, quiet = True) > ^ > SyntaxError: invalid syntax > make: *** [v.colors.tmp.html] Error 1 oops, my fault. The ,quiet = True, should go before the ,** Hamish