Add todo for `tn` to `gather_contexts()` from `find_actor()`?
							parent
							
								
									769b061a67
								
							
						
					
					
						commit
						f0adb0fb54
					
				|  | @ -27,7 +27,7 @@ from typing import ( | ||||||
| ) | ) | ||||||
| from contextlib import asynccontextmanager as acm | from contextlib import asynccontextmanager as acm | ||||||
| 
 | 
 | ||||||
| from tractor.log import get_logger | from .log import get_logger | ||||||
| from .trionics import ( | from .trionics import ( | ||||||
|     gather_contexts, |     gather_contexts, | ||||||
|     collapse_eg, |     collapse_eg, | ||||||
|  | @ -217,7 +217,7 @@ async def find_actor( | ||||||
|     raise_on_none: bool = False, |     raise_on_none: bool = False, | ||||||
| 
 | 
 | ||||||
| ) -> AsyncGenerator[ | ) -> AsyncGenerator[ | ||||||
|     Portal | list[Portal] | None, |     Portal|list[Portal]|None, | ||||||
|     None, |     None, | ||||||
| ]: | ]: | ||||||
|     ''' |     ''' | ||||||
|  | @ -259,6 +259,7 @@ async def find_actor( | ||||||
|         collapse_eg(), |         collapse_eg(), | ||||||
|         gather_contexts( |         gather_contexts( | ||||||
|             mngrs=maybe_portals, |             mngrs=maybe_portals, | ||||||
|  |             # tn=tn,  # ?TODO, helps to pass rent tn here? | ||||||
|         ) as portals, |         ) as portals, | ||||||
|     ): |     ): | ||||||
|         # log.runtime( |         # log.runtime( | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue