Comment 1 for bug 1013140

Revision history for this message
Gabriel (gnuetzi) wrote :

proc = subprocess.Popen(command + " --without-gui --version", shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE)

I REMOVED THE brackets [] in this command

and in another one above in the code, where the layer gets exportet :-)