Commit 7fc5b159 authored by Jérome Perrin's avatar Jérome Perrin

BatchAllInOneEmpty: use full plugin names

parent d2e22bca
...@@ -269,28 +269,28 @@ ...@@ -269,28 +269,28 @@
"post_processing_plugin_list": [], "post_processing_plugin_list": [],
"pre_processing_plugin_list": [ "pre_processing_plugin_list": [
{ {
"_class": "GatherWIPStat.GatherWIPStat", "_class": "dream.plugins.GatherWIPStat.GatherWIPStat",
"input_id": "WIPStat" "input_id": "WIPStat"
}, },
{ {
"_class": "ReadEntryData.ReadEntryData", "_class": "dream.plugins.ReadEntryData.ReadEntryData",
"input_id": "EntryData" "input_id": "EntryData"
}, },
{ {
"_class": "BatchesWIPSpreadsheet.BatchesWIPSpreadsheet", "_class": "dream.plugins.BatchesWIPSpreadsheet.BatchesWIPSpreadsheet",
"input_id": "WipSpreadsheet" "input_id": "WipSpreadsheet"
}, },
{ {
"_class": "ReadSkilledOperators.ReadSkilledOperators", "_class": "dream.plugins.ReadSkilledOperators.ReadSkilledOperators",
"input_id": "SkilledOperatorsSpreadsheet" "input_id": "SkilledOperatorsSpreadsheet"
}, },
{ {
"_class": "ReadShiftFromSpreadsheet.ReadShiftFromSpreadsheet", "_class": "dream.plugins.ReadShiftFromSpreadsheet.ReadShiftFromSpreadsheet",
"input_id": "ShiftSpreadsheet" "input_id": "ShiftSpreadsheet"
} }
], ],
"processing_plugin": { "processing_plugin": {
"_class": "plugin.DefaultExecutionPlugin" "_class": "dream.plugins.plugin.DefaultExecutionPlugin"
} }
}, },
"class_definition": { "class_definition": {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment