From 9dd60bde622bbfd1f65fb8add43efc3de56a1b3d Mon Sep 17 00:00:00 2001 From: rlsalcido24 Date: Wed, 14 Feb 2024 15:41:13 -0800 Subject: [PATCH] Update regexit.py --- integration_tests/regexit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration_tests/regexit.py b/integration_tests/regexit.py index bdffc6b..ae4a4c6 100644 --- a/integration_tests/regexit.py +++ b/integration_tests/regexit.py @@ -23,7 +23,7 @@ with open(syntaxgenpath, 'r+') as file: syntaxgen = file.read() -os.chdir("/home/circleci/project/beyondsqltest") +os.chdir("/home/circleci/project/tmp/beyondsqltest") pygenpath = "testpyfiles_to_databricks/tres.py" lookergenpath = "testlookmlfiles_to_databricks/uno.lkml"