We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This actually has implications for datastack.extract_parameters_from_logfile, which expects to find a line starting with "Arguments".
datastack.extract_parameters_from_logfile
It's simply a matter of adding a newline in the log message from cli.py.
cli.py
The text was updated successfully, but these errors were encountered:
making the cli log message identical the model.py log message for exe…
b5c9454
…ctuting a model. natcap#25.
noting in HISTORY. natcap#25.
76189ea
resolved by pull request #33
Sorry, something went wrong.
davemfish
No branches or pull requests
This actually has implications for
datastack.extract_parameters_from_logfile
, which expects to find a line starting with "Arguments".It's simply a matter of adding a newline in the log message from
cli.py
.The text was updated successfully, but these errors were encountered: