Skip to content

Commit

Permalink
rtd tuning
Browse files Browse the repository at this point in the history
  • Loading branch information
wshayes committed Jan 25, 2018
1 parent 8a590ac commit 378252f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bel/scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import logging
import logging.config

logging.config.dictConfig(config['logging'])
logging.config.dictConfig(config.get('logging', {}))
log = logging.getLogger(__name__)


Expand Down

0 comments on commit 378252f

Please sign in to comment.