The blank space in the ProviderName field causes failures when executing the world partition commandlet.

(Line 34 of FPlasticSourceControlProvider.cpp)
The WorldPartition commandlet accepts a parameter called SCCProvider that specifies which source control provider to use. Link to Documentation.

This parameter cannot have blanks in it because it causes failures when parsing the rest of the parameters.

(line 1005 of EditorBuildUtils.cpp in Unreal Engine 5.1 source code).
Having this plugin configured causes the editor to always inject the provider name of "Plastic SCM" making it impossible to execute it as you can see in the code above.
Would it be possible to change the ProviderName to remove the blanks? ("PlasticSCM")
Thank you!
The blank space in the ProviderName field causes failures when executing the world partition commandlet.
(Line 34 of FPlasticSourceControlProvider.cpp)
The WorldPartition commandlet accepts a parameter called SCCProvider that specifies which source control provider to use. Link to Documentation.

This parameter cannot have blanks in it because it causes failures when parsing the rest of the parameters.
(line 1005 of EditorBuildUtils.cpp in Unreal Engine 5.1 source code).
Having this plugin configured causes the editor to always inject the provider name of "Plastic SCM" making it impossible to execute it as you can see in the code above.
Would it be possible to change the ProviderName to remove the blanks? ("PlasticSCM")
Thank you!