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:
@@ -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