hydra-python-core
hydra-python-core copied to clipboard
Added collection to response context
Regarding #57
Checklist
- [x] My branch is up-to-date with upstream/develop branch.
- [x] Everything works and tested for Python 3.5.2 and above.
Description
So I have added the code and adds the Collection keyword in the context of the response but I am not sure about the code ie. I am not sure if the position of the code is apt and if this was the fix that was needed. So please guide me and let me know if there are mistakes.
Change logs
Added
- Added Collection keyword in the response context generated.
@farazkhanfk7 do you think this is still useful?
yes we can still add this. But I think it should be collections. Also this is only a single line change but we'll also have to update tests and add these changes in Context class of doc_writer.py.