acecalisto3 commited on
Commit
08ea896
·
verified ·
1 Parent(s): fae9bd0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -213,7 +213,7 @@ Please review the changes carefully before merging.
213
 
214
  script_file = f"{RESOLUTIONS_DIRECTORY}/resolve_issue_{issue_number}.sh"
215
  with open(script_file, "w") as f:
216
- f.write(bash_script)
217
 
218
  # Make the script executable
219
  os.chmod(script_file, 0o755)
 
213
 
214
  script_file = f"{RESOLUTIONS_DIRECTORY}/resolve_issue_{issue_number}.sh"
215
  with open(script_file, "w") as f:
216
+ f.write(bash_script)
217
 
218
  # Make the script executable
219
  os.chmod(script_file, 0o755)