best-practice-and-impact/qa-of-code-guidance

Update configuration code examples

MarkPaulin opened this issue · 0 comments

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.