fix(interpreter): add debug print to confirm directory change in gen_commit script
This commit is contained in:
@@ -95,7 +95,7 @@ def push_code():
|
|||||||
|
|
||||||
# Change to project path
|
# Change to project path
|
||||||
os.chdir(project_path)
|
os.chdir(project_path)
|
||||||
|
print(f"Changed to project path: {project_path}")
|
||||||
# Generate commit message
|
# Generate commit message
|
||||||
commit_msg = gen_commit(project_path)
|
commit_msg = gen_commit(project_path)
|
||||||
print(f"Generated commit message:\n{commit_msg}\n")
|
print(f"Generated commit message:\n{commit_msg}\n")
|
||||||
|
|||||||
Reference in New Issue
Block a user