Skip to content
Snippets Groups Projects
Commit 13326be3 authored by Philippe Charpentier's avatar Philippe Charpentier
Browse files

fix option

parent 3943061f
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@ class BookkeepingWatchAgent(AgentModule, TransformationAgentsUtilities):
self.pickleFile = os.path.join(self.am_getWorkDirectory(), self.pickleFile)
self.chunkSize = self.am_getOption('maxFilesPerChunk', self.chunkSize)
self.pluginsWithRunInfo = Operations().getValue('TransformationPlugins/pluginsWithRunInfo',
self.pluginsWithRunInfo = Operations().getValue('TransformationPlugins/PluginsWithRunInfo',
self.pluginsWithRunInfo)
self._logInfo('Full Update Period: %d seconds' % self.fullUpdatePeriod)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment