APochmann
APochmann
I'm a [pimcore](https://github.com/pimcore/pimcore) user where this library is used e.g. to run the console commands for data-importer. Using that functionality I ran in exactly this issue with data import cron...
Sure, but I do not have possibility to test on Windows system, tested only on my Linux system
Just as a hint as it is for sure not the correct solution: If I enhance the original code ``` if(!$config instanceof \Elements\Bundle\ProcessManagerBundle\Model\Configuration) { $config = new Configuration(); $config->setExecutorClass(Executor\PimcoreCommand::class); }...
Hi @ctippler, would the change described in my last comment be an acceptable fix of the issue? If so, I could create a PR. If not, do you have a...