From c7d1b8de9e9dbb0f2413c51982d9220ca4eee818 Mon Sep 17 00:00:00 2001 From: Peter Law Date: Wed, 12 Feb 2020 22:45:00 +0000 Subject: [PATCH] Tell sith that 'completions' became 'complete' --- sith.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sith.py b/sith.py index 34823f59..2c2ed5f7 100755 --- a/sith.py +++ b/sith.py @@ -157,7 +157,7 @@ class TestCase(object): def show_operation(self): print("%s:\n" % self.operation.capitalize()) - if self.operation == 'completions': + if self.operation == 'complete': self.show_completions() else: self.show_definitions()