ebcli/controllers/migrate.py [2012:2019]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    )
    with open(script_path, "r") as source_file:
        script_contents = source_file.read()

    with open(
        os.path.join(
            upload_target_dir,
            "ebmigrateScripts",
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



ebcli/controllers/migrate.py [2546:2553]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    )
    with open(script_path, "r") as source_file:
        script_contents = source_file.read()

    with open(
        os.path.join(
            upload_target_dir,
            "ebmigrateScripts",
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



