update code-review-agent.md
This commit is contained in:
@@ -535,9 +535,6 @@ def main():
|
||||
print(f" Standards doc saved to: {standards_path}")
|
||||
else:
|
||||
print("[review_pr] Warning: failed to fetch review standards, continuing without")
|
||||
standards_path = os.path.join(diff_dir, f"{prefix}_standards.md")
|
||||
shutil.copy2(args.review_standards, standards_path)
|
||||
print(f" Standards doc saved to: {standards_path}")
|
||||
|
||||
mon = None
|
||||
prompt_file = os.path.join(diff_dir, f"{prefix}_prompt.txt")
|
||||
|
||||
Reference in New Issue
Block a user