CELMA-project / bout_runners

Manage your BOUT++ runs through python
https://bout-runners.readthedocs.io/en/latest/
GNU Lesser General Public License v3.0
1 stars 2 forks source link

Better logging #77

Open loeiten opened 4 years ago

loeiten commented 4 years ago

The way bout_runners is logging gives the current issues:

The current workaround with try import of yaml is a bit hacky. Therefore, a possible workaround could be to use the setup similar to flake8/__init__.py. If such a solution is chosen configure_bout_runners.py will also have to be refactored