awx/awxkit
softwarefactory-project-zuul[bot] c09cad3e6d
Merge pull request #10522 from AlanCoding/close_file
Close file before returning

Resolves
/home/alancoding/repos/tower-qa/tests/lib/plugins/pytest_restqa/plugin.py:122: ResourceWarning: unclosed file <_io.TextIOWrapper name='/home/alancoding/repos/tower-qa/scripts/resource_loading/data_latest_loading.yml' mode='r' encoding='UTF-8'>
  qe_config.resources = PseudoNamespace(yaml_file.load_file(config.option.resource_file))

We have this same pattern earlier in the file.

Reviewed-by: Shane McDonald <me@shanemcd.com>
2021-06-28 17:52:37 +00:00
..
2021-06-22 10:49:36 -04:00
2019-08-08 22:12:31 -04:00
2019-09-23 15:38:51 -04:00
2021-03-24 21:02:32 +01:00
2021-03-24 21:02:32 +01:00
2021-06-28 12:25:44 -04:00

awxkit

Python library that backs the provided awx command line client.

For more information on installing the CLI and building the docs on how to use it, look here.