Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move the init of ConfigImport object before downloading profile
The init phase of the ConfigImport object does the config name duplication check. By moving the init before the profile download we will bail out earlier and quicker with an error in case of non-unique configuration names and we don't issue any remote operations until we are ready to process the retrieved data locally. Signed-off-by: David Sommerseth <[email protected]>
- Loading branch information