undo mistake
Some checks failed
Python Application Tests / build (3.13) (pull_request) Failing after 7s

This commit is contained in:
Logan Cusano
2025-12-29 19:46:59 -05:00
parent 80f5eb3f50
commit 313da3684d

View File

@@ -8,6 +8,7 @@ import os
# We need to adjust the python path for imports to work correctly # We need to adjust the python path for imports to work correctly
import sys import sys
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..', 'app'))) sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..', 'app')))
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
from app.node_main import app from app.node_main import app