csdms / wmt-exe

The Web Modeling Tool execution server.
MIT License
0 stars 1 forks source link

Pass server URL as argument to QsubLauncher instance #7

Closed mdpiper closed 6 years ago

mdpiper commented 8 years ago

On line 176 of launcher.py, in the QsubLauncher _extra_args class attribute, the URL of the WMT server associated with the executor is hardcoded to

https://csdms.colorado.edu/wmt/api-testing

It should instead be passed as an argument.

mdpiper commented 6 years ago

This also holds for the BashLauncher on line 207.