diff options
| author | Barry Warsaw | 2013-03-20 12:54:53 -0700 |
|---|---|---|
| committer | Barry Warsaw | 2013-03-20 12:54:53 -0700 |
| commit | 71e34e0695e9b68e76213e9e87ea4b0e94098419 (patch) | |
| tree | ad15310771bf684129012679db3ced38a39e3958 /src/mailman/commands/cli_info.py | |
| parent | e8a082647854b45448435123918816acc375115a (diff) | |
| parent | 5110a2631f9ea6571db8a6b931076a7def7b9cf8 (diff) | |
| download | mailman-71e34e0695e9b68e76213e9e87ea4b0e94098419.tar.gz mailman-71e34e0695e9b68e76213e9e87ea4b0e94098419.tar.zst mailman-71e34e0695e9b68e76213e9e87ea4b0e94098419.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) |
