From bf51ff2f71ca778bfb302ede855e1dcb8cf19386 Mon Sep 17 00:00:00 2001 From: vhowdhur Date: Sun, 11 Feb 2024 17:55:02 +0530 Subject: [PATCH] bug fix --- do.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/do.py b/do.py index 1e554b6e..9c0d7f22 100644 --- a/do.py +++ b/do.py @@ -36,8 +36,8 @@ USE_MODELS_DIR = None # supported values - branch name or None -USE_OPENAPIART_BRANCH = None -USE_MODELS_BRANCH = "split-gosnappi" +USE_OPENAPIART_BRANCH = "split-gosnappi" +USE_MODELS_BRANCH = None OPENAPIART_REPO = "https://github.com/open-traffic-generator/openapiart.git" MODELS_REPO = "https://github.com/open-traffic-generator/models.git"