mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 06:15:00 +00:00
fix: Correct indentation in process_markdown function
This commit is contained in:
parent
d48d231349
commit
2f7e690966
1 changed files with 33 additions and 36 deletions
|
@ -61,9 +61,6 @@ def process_markdown(filename):
|
|||
# Output the results as JSON
|
||||
print(json.dumps(results, indent=4))
|
||||
|
||||
except FileNotFoundError:
|
||||
print(json.dumps({"error": f"File '{filename}' not found."}, indent=4))
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
if len(sys.argv) != 2:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue