This pr sets the parameter addExtension to default to false.
Motivation
Because this parameter requires additional parameters to operate. it can cause issues to existing workflows where the user might not intend to add the extension layer.
This addresses #133
Testing Guidelines
Wrote tests that operate through the various configurations.
What does this PR do?
This pr sets the parameter
addExtension
to default tofalse
.Motivation
Because this parameter requires additional parameters to operate. it can cause issues to existing workflows where the user might not intend to add the extension layer.
This addresses #133
Testing Guidelines
Wrote tests that operate through the various configurations.
Additional Notes
Types of changes
Check all that apply