Skip to content
New issue

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

Update configuration code examples #164

Closed
MarkPaulin opened this issue Aug 2, 2023 · 0 comments · Fixed by #178
Closed

Update configuration code examples #164

MarkPaulin opened this issue Aug 2, 2023 · 0 comments · Fixed by #178

Comments

@MarkPaulin
Copy link
Contributor

The python code examples in configuration chapter need updating.

  1. Using yaml.load(file) is deprecated, see here.
  2. On line 243, sys.argv < 2 should be len(sys.argv) < 2.

Happy to submit a PR to fix these.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant