From 233e8897eaa653576ce0b24c456e5a9ffa5ae25b Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 26 Apr 2014 20:52:03 +0100 Subject: Fix method name I had not run the test suite before committing this. BAD LARS. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 807b46a..6e794cc 100644 --- a/setup.py +++ b/setup.py @@ -62,7 +62,7 @@ class Check(Command): stdout=None, stderr=None) os.remove('.coverage') - def print_yarns(self): + def run_yarns(self): cliapp.runcmd( ['yarn'] + glob.glob('yarns/*.yarn'), stdout=None, stderr=None) -- cgit v1.2.1