diff options
| author | Barry Warsaw | 2013-09-03 10:46:15 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2013-09-03 10:46:15 -0400 |
| commit | b61c82e59655ed7090ecd7bbd6b0503ff305a9e4 (patch) | |
| tree | b4244c9e37bb57fe4efa06db00dcd04634e0ae64 /src/mailman/commands/cli_status.py | |
| parent | f771f80d58a62b2a1eeffa9ff46d217c4760c69d (diff) | |
| parent | 6644023236f207652519a430109a1f6f2893370f (diff) | |
| download | mailman-b61c82e59655ed7090ecd7bbd6b0503ff305a9e4.tar.gz mailman-b61c82e59655ed7090ecd7bbd6b0503ff305a9e4.tar.zst mailman-b61c82e59655ed7090ecd7bbd6b0503ff305a9e4.zip | |
trunk merge
Diffstat (limited to 'src/mailman/commands/cli_status.py')
| -rw-r--r-- | src/mailman/commands/cli_status.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/commands/cli_status.py b/src/mailman/commands/cli_status.py index 1f4cc552a..8a5cf9bde 100644 --- a/src/mailman/commands/cli_status.py +++ b/src/mailman/commands/cli_status.py @@ -64,4 +64,4 @@ class Status: message = _('GNU Mailman is in an unexpected state ' '($hostname != $fqdn_name)') print(message) - return int(status) + return status.value |
