Results 37 comments of Jeremy Pinto

It might be a good idea to integrate aim support before merging this in

sample template: ## Things to verify - [ ] this PR is atomic and consise - [ ] docstrings are verbose and explicit - [ ] appropriate unit tests were...

@murrayLuke now I can't seem to find the `configobj` module so i cant run `from configobj import ConfigObj` which is imported in `config_reader`

I dont seem to have a `config` file in my repo, where can I find it? It appears as though configobj depends on `config` files otherwise returns an empty dict...

Turns out you have to change line 6 in config_reader.py from ` config = ConfigObj('config')` to ` config = ConfigObj('config.py')` ** Edit: This doesn't work :( Doesn't seem like `config.py`...

After revisiting @murrayLuke's comment, i realized i forgot to copy the proper `config` file he had linked to, it was in his comment all along