tehp / OpenPoGoBot

A PokemonGo Python bot - NO LONGER MAINTAINED
MIT License
123 stars 53 forks source link

Use plugins.config value for plugin config file location #334

Closed andythorne closed 8 years ago

andythorne commented 8 years ago

Short Description:

Fixes the kernel not respecting the plugins.config value to find the plugin config locations

THIS WILL BREAK CURRENT CHECKOUTS

Changes:

@OpenPoGo/maintainers

wchill commented 8 years ago

Someone mentioned in Slack yesterday that this can be done better by making config a list of locations to search.

codecov-io commented 8 years ago

Current coverage is 52.95% (diff: 100%)

Merging #334 into master will not change coverage

@@             master       #334   diff @@
==========================================
  Files            32         32          
  Lines          1420       1420          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits            752        752          
  Misses          668        668          
  Partials          0          0          

Powered by Codecov. Last update d08f37e...931cbb3

andythorne commented 8 years ago

Good call, updated in PR.

MaxLeiter commented 8 years ago

:+1:

Approved with PullApprove

wchill commented 8 years ago

👍

Approved with PullApprove