Пример #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)
Пример #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)