From ea055659c8a5a1fa60425070d8f12a51d9ee6867 Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Tue, 19 Sep 2017 17:47:28 -0400 Subject: Quck test; disable output_yaml call ...to address error that occurs during rendering of recipes with empty build: and run: requirements fields. --- rambo/meta.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rambo/meta.py b/rambo/meta.py index 47817b0..e0321db 100755 --- a/rambo/meta.py +++ b/rambo/meta.py @@ -90,7 +90,7 @@ class Meta(object): self.complete = self.is_complete() if self.valid: self.name = self.mdata['package']['name'] - print('\n{}'.format(conda_build.api.output_yaml(self.metaobj))) + #print('\n{}'.format(conda_build.api.output_yaml(self.metaobj))) if self.metaobj.skip(): print('skipping on selected platform due to directive: {}'.format( self.name)) -- cgit