<module>: fixed storage cache to accept local symbols names of python indexer
This commit is contained in:
@@ -37,8 +37,8 @@ private:
|
||||
|
||||
void executeParallelIndexerCommands(int threadId, std::shared_ptr<Blackboard> blackboard);
|
||||
void runIndexerCommand(std::shared_ptr<IndexerCommandCustom> indexerCommand, std::shared_ptr<Blackboard> blackboard);
|
||||
public:
|
||||
static void runPythonPostProcessing(PersistentStorage& storage);
|
||||
|
||||
private:
|
||||
std::unique_ptr<IndexerCommandProvider> m_indexerCommandProvider;
|
||||
std::shared_ptr<PersistentStorage> m_storage;
|
||||
|
||||
Reference in New Issue
Block a user