canonical / jhack

Chock-full of Juju hackery.
Apache License 2.0
48 stars 23 forks source link

chore(configure): Remove duplicate call #167

Closed merkata closed 4 weeks ago

merkata commented 4 weeks ago

configure() is called in __init__.py before main(), however main() calls configure() before doing anything else.

I'm removing the call in __init__.py, since the history shows that the second call in main.py was added after that and I believe the intent was that it is called there (and it was not cleaned up).

PietroPasotti commented 4 weeks ago

good catch! I think you're right. Let me give it a quick round of testing and then I'll merge :) Thanks for this :)