Skip to content

Commit c619d39

Browse files
fix a typo
1 parent 067ef39 commit c619d39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codeflash/result/create_pr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,8 +281,8 @@ def check_create_pr(
281281
function_trace_id: str,
282282
coverage_message: str,
283283
replay_tests: str,
284-
concolic_tests: str,
285284
root_dir: Path,
285+
concolic_tests: str = "",
286286
git_remote: Optional[str] = None,
287287
optimization_review: str = "",
288288
original_line_profiler: str | None = None,

0 commit comments

Comments
 (0)