Skip to content

Commit a05bb71

Browse files
committed
add python support to cm runner
I already added a Python_Sheet tab to the testing doc
1 parent 87bb903 commit a05bb71

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/analysis.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,8 @@ def generate_scan_json_from_sheets(self) -> None:
436436
sheet_map = {
437437
"C_Sheet": "c",
438438
"Go_Sheet": "go",
439-
"Java_Sheet": "java"
439+
"Java_Sheet": "java",
440+
"Python_Sheet": "python"
440441
}
441442

442443
# Expected enriched columns

0 commit comments

Comments
 (0)