ebcli/controllers/migrate.py [259:265]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            with open(manifest_file_path) as file:
                manifest_contents = json.load(file)
        else:
            manifest_contents = {
                "manifestVersion": 1,
                "deployments": {"msDeploy": [], "custom": []},
            }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



ebcli/controllers/migrate.py [616:622]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        with open(manifest_file_path) as file:
            manifest_contents = json.load(file)
    else:
        manifest_contents = {
            "manifestVersion": 1,
            "deployments": {"msDeploy": [], "custom": []},
        }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



