Ejemplo n.º 1
0
 def get_builtin_recipe(self, urn, download=True):
     if download:
         try:
             return download_builtin_recipe(urn)
         except:
             import traceback
             traceback.print_exc()
     return get_builtin_recipe(urn)
Ejemplo n.º 2
0
 def get_builtin_recipe(self, urn, download=True):
     if download:
         try:
             return download_builtin_recipe(urn)
         except:
             import traceback
             traceback.print_exc()
     return get_builtin_recipe(urn)