Scriptbash/QRaven

BasinMaker container not working on Windows

Scriptbash opened this issue · 1 comments

The BasinMaker process does not work at all on Windows. Need to either specify the entire path to the Docker.exe or add shell=True in the subprocess command.

This should now be fixed in release 2.0.1. Basically, the Docker commands were not able to run since the plugins in QGIS somehow do not use the system environment variables. Fixed by adding a line qraven.py to add the variable if the OS is Windows.