id summary reporter owner description type status priority milestone component version resolution keywords cc cpu platform 3170 GRASS_BATCH_JOB does not tolerate path with spaces marisn wenzeslaus "It is not possible to execute any GRASS_BATCH_JOB script form a path containing spaces. {{{ Executing .... /bin/sh: /home/maris/my: No such file or directory }}} Quoting or shell escaping also doesn't work due to get_batch_job_from_env_variable checking file presence with os.access() Workaround is to change line 1351 of grass.py to read: {{{ proc = Popen('""' + batch_job + '""', shell=True) }}} As quoting of path is a delicate issue and there have been fights in other parts of GRASS with Popen, I'll better leave for more experienced GRASS Pythonists to decide if such workaround can be considered safe or more serious changes are needed." defect closed trivial 7.8.0 Startup svn-trunk fixed grass.py init spaces exec GRASS_BATCH_JOB Popen shell=True Unspecified Unspecified