chore(conductor): Finalize track 'Robust JSON Parsing for Tech Lead' and cleanup static analysis
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import os
|
||||
import glob
|
||||
|
||||
pattern = 'sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), "..")))
|
||||
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "src")))'
|
||||
replacement = pattern + '\nsys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "src")))'
|
||||
# Correcting the pattern definition to be syntactically valid
|
||||
pattern = "sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), \"..\")))"
|
||||
replacement = pattern + "\nsys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), \"..\", \"src\")))"
|
||||
|
||||
# Files to update
|
||||
files = glob.glob("tests/*.py") + glob.glob("simulation/*.py") + glob.glob("scripts/*.py")
|
||||
|
||||
Reference in New Issue
Block a user