hj
Some checks failed
smoke-mm / Install & smoke test mm --help (push) Has been cancelled
Some checks failed
smoke-mm / Install & smoke test mm --help (push) Has been cancelled
This commit is contained in:
@@ -8,7 +8,7 @@ Key Concepts:
|
||||
- Each stage receives input items and emits output items
|
||||
- Printing behavior is controlled based on pipeline position
|
||||
- Stage context tracks whether this is the last stage (affects output verbosity)
|
||||
|
||||
|
||||
PowerShell-like piping model:
|
||||
- Each stage processes items individually
|
||||
- Stage calls emit() for each output item
|
||||
|
||||
@@ -223,7 +223,7 @@ class Search_Provider(Cmdlet):
|
||||
)
|
||||
|
||||
results_list = []
|
||||
import result_table
|
||||
from SYS import result_table
|
||||
|
||||
importlib.reload(result_table)
|
||||
from SYS.result_table import ResultTable
|
||||
|
||||
@@ -253,7 +253,7 @@ class Search_Store(Cmdlet):
|
||||
)
|
||||
|
||||
results_list = []
|
||||
import result_table
|
||||
from SYS import result_table
|
||||
import importlib
|
||||
|
||||
importlib.reload(result_table)
|
||||
|
||||
Reference in New Issue
Block a user