diff options
| author | Barry Warsaw | 2013-03-20 12:49:29 -0700 |
|---|---|---|
| committer | Barry Warsaw | 2013-03-20 12:49:29 -0700 |
| commit | 5110a2631f9ea6571db8a6b931076a7def7b9cf8 (patch) | |
| tree | 397235acb8fb403646e14229c0a750af296b25de /src/mailman/commands/cli_info.py | |
| parent | e8a082647854b45448435123918816acc375115a (diff) | |
| download | mailman-5110a2631f9ea6571db8a6b931076a7def7b9cf8.tar.gz mailman-5110a2631f9ea6571db8a6b931076a7def7b9cf8.tar.zst mailman-5110a2631f9ea6571db8a6b931076a7def7b9cf8.zip | |
Diffstat (limited to 'src/mailman/commands/cli_info.py')
| -rw-r--r-- | src/mailman/commands/cli_info.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/commands/cli_info.py b/src/mailman/commands/cli_info.py index 4909ca00c..cc4f6fe5e 100644 --- a/src/mailman/commands/cli_info.py +++ b/src/mailman/commands/cli_info.py @@ -69,7 +69,7 @@ class Info: print('Python', sys.version, file=output) print('config file:', config.filename, file=output) print('db url:', config.db.url, file=output) - print('devmode:', + print('devmode:', 'ENABLED' if as_boolean(config.devmode.enabled) else 'DISABLED', file=output) print('REST root url:', path_to('/'), file=output) |
