Barry Warsaw pushed to branch click-cli at mailman / Mailman Core

Commits:
4e5ee446 by Barry Warsaw at 2017-07-21T21:44:05-05:00
One more line that doesn't easily get covered.

- - - - -


1 changed file:

- src/mailman/bin/mailman.py


Changes:

=====================================
src/mailman/bin/mailman.py
=====================================
--- a/src/mailman/bin/mailman.py
+++ b/src/mailman/bin/mailman.py
@@ -43,7 +43,7 @@ class Subcommands(click.MultiCommand):
         add_components('mailman.commands', ICLISubCommand, self._commands)
 
     def list_commands(self, ctx):
-        return sorted(self._commands)
+        return sorted(self._commands)               # pragma: nocover
 
     def get_command(self, ctx, name):
         try:



View it on GitLab: 
https://gitlab.com/mailman/mailman/commit/4e5ee446703d11e23bf99fe014e301c1ddd34e6d

---
View it on GitLab: 
https://gitlab.com/mailman/mailman/commit/4e5ee446703d11e23bf99fe014e301c1ddd34e6d
You're receiving this email because of your account on gitlab.com.
_______________________________________________
Mailman-checkins mailing list
Mailman-checkins@python.org
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to