From 704a04064660244c7fc74e33bb9a7c7a2e9cfe2c Mon Sep 17 00:00:00 2001 From: Apratim Mukherjee <78898747+apratimmukherjee@users.noreply.github.com> Date: Fri, 16 Aug 2024 12:45:40 +0530 Subject: [PATCH] Point to models bgp_gr_notification --- do.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/do.py b/do.py index e088d91e..f18bffee 100644 --- a/do.py +++ b/do.py @@ -33,7 +33,7 @@ # supported values - local openapiart path or None USE_OPENAPIART_DIR = None -USE_MODELS_DIR = None +USE_MODELS_DIR = "bgp_gr_notification" # supported values - branch name or None USE_OPENAPIART_BRANCH = None