diff options
| author | bwarsaw | 2000-09-27 19:59:20 +0000 |
|---|---|---|
| committer | bwarsaw | 2000-09-27 19:59:20 +0000 |
| commit | d4adf6179cc0b28a89fd4968e6091733933fdb57 (patch) | |
| tree | a4ba62c632359dc6ad775db28089f187d53bb2d6 /scripts/driver | |
| parent | 7ab541b990d5aec4a800ffb84d733521e4baf0da (diff) | |
| download | mailman-d4adf6179cc0b28a89fd4968e6091733933fdb57.tar.gz mailman-d4adf6179cc0b28a89fd4968e6091733933fdb57.tar.zst mailman-d4adf6179cc0b28a89fd4968e6091733933fdb57.zip | |
Diffstat (limited to 'scripts/driver')
| -rw-r--r-- | scripts/driver | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/driver b/scripts/driver index f5fc22843..73fc7ec4f 100644 --- a/scripts/driver +++ b/scripts/driver @@ -52,11 +52,11 @@ STEALTH_MODE = 0 def run_main(): + # These will ensure that even if something between now and the + # creation of the real logger below fails, we can still get + # *something* meaningful. + logger = None try: - # These will ensure that even if something between now and the - # creation of the real logger below fails, we can still get - # *something* meaningful. - logger = None # Insert the relative path to the parent of the Mailman package # directory, so we can pick up the Utils module. import os |
