simon-git: bob (master): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Wed Feb 7 07:40:24 GMT 2018


TL;DR:
  a215898 Add a missing check for logfp == None.

Repository:     https://git.tartarus.org/simon/bob.git
On the web:     https://git.tartarus.org/?p=simon/bob.git
Branch updated: master
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2018-02-07 07:40:24

commit a2158981ab5e2a20b3adc67f101fc77add895cf6
web diff https://git.tartarus.org/?p=simon/bob.git;a=commitdiff;h=a2158981ab5e2a20b3adc67f101fc77add895cf6;hp=c21af299e869b2e9959c23d7ae7246e824d726ff
Author: Simon Tatham <anakin at pobox.com>
Date:   Wed Feb 7 07:39:32 2018 +0000

    Add a missing check for logfp == None.
    
    This permits if statements in the bob config file (e.g. you might want
    it to respond to some command-line -D option by not defining a
    variable, or defining one differently). Previously those would fail,
    because when the config file is parsed logging isn't set up yet.

 log.py | 2 ++
 1 file changed, 2 insertions(+)



More information about the tartarus-commits mailing list