Line 498 has a split operation to account for when a user passes a full path to a specific module with an argument, however what might be an unintended consequence of this operation leads to the function crashing out with the error below if the directory path to the modules contains a space character.
"Exception calling "Add" with "2" argument(s): "Key cannot be null.
Parameter name: key
Hi Folks,
Line 498 has a split operation to account for when a user passes a full path to a specific module with an argument, however what might be an unintended consequence of this operation leads to the function crashing out with the error below if the directory path to the modules contains a space character.
"Exception calling "Add" with "2" argument(s): "Key cannot be null. Parameter name: key
Cannot find path 'c:\path\that contains\a\space' "