Skip to content

Commit

Permalink
Update output_generator.py
Browse files Browse the repository at this point in the history
  • Loading branch information
abinthomasonline committed Aug 5, 2024
1 parent 55910e8 commit a6daf05
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions repopack/output_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,10 @@ def generate_xml_output(
root = ET.Element("repopack_output")

summary = ET.SubElement(root, "summary")
ET.SubElement(
summary, "header"
).text = f"Repopack Output File\nThis file was generated by Repopack on: {datetime.now().isoformat()}"
ET.SubElement(summary, "header").text = (
f"Repopack Output File"
"\nThis file was generated by Repopack on: {datetime.now().isoformat()}"
)
ET.SubElement(summary, "purpose").text = (
"This file contains a packed representation of the entire repository's contents. "
"It is designed to be easily consumable by AI systems for analysis, code review, "
Expand Down

0 comments on commit a6daf05

Please sign in to comment.