From d09cc9f5ed2051fcdb7a3cf5272d705481838cd7 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Thu, 25 Feb 2016 09:39:58 -0600 Subject: [PATCH] Remove unused setup command --- setupbase.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setupbase.py b/setupbase.py index 169b31be7..bfe3c0f2a 100644 --- a/setupbase.py +++ b/setupbase.py @@ -527,7 +527,6 @@ def css_js_prerelease(command, strict=False): try: self.distribution.run_command('css') self.distribution.run_command('js') - self.distribution.run_command('lab') except Exception as e: # refresh missing missing = [ t for t in targets if not os.path.exists(t) ]