mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
list_realms: Fix the --all option.
I don't think anyone's used this in years, but it could be handy.
This commit is contained in:
@@ -64,7 +64,7 @@ Usage examples:
|
||||
else:
|
||||
print(inner_format % (key, realm_dict[key]))
|
||||
|
||||
for key, value in sorted(realm_dict.iteritems()):
|
||||
for key, value in sorted(realm_dict.items()):
|
||||
if key not in identifier_attributes:
|
||||
if realm.deactivated:
|
||||
print(self.style.ERROR(inner_format % (key, value)))
|
||||
|
||||
Reference in New Issue
Block a user