Skip to content

Commit 0a77ead

Browse files
committed
Testrail status analysis
1 parent 14ccf2d commit 0a77ead

File tree

2 files changed

+444
-1
lines changed

2 files changed

+444
-1
lines changed

modules/testrail_scripts/set_empty_automation_status_to_untriaged.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
# Load env file from project root
1414
script_dir = os.path.dirname(__file__)
15-
project_root = os.path.abspath(os.path.join(script_dir, ".."))
15+
project_root = os.path.abspath(os.path.join(script_dir, "..", ".."))
1616
env_file_path = os.path.join(project_root, "testrail_credentials.env")
1717
load_dotenv(dotenv_path=env_file_path)
1818

0 commit comments

Comments
 (0)