fix(interpreter): add debug print to confirm directory change in gen_commit script

This commit is contained in:
2025-05-14 09:48:17 +07:00
parent 31e4b8e392
commit 2a6605592c
+1 -1
View File
@@ -95,7 +95,7 @@ def push_code():
# Change to project path
os.chdir(project_path)
print(f"Changed to project path: {project_path}")
# Generate commit message
commit_msg = gen_commit(project_path)
print(f"Generated commit message:\n{commit_msg}\n")