Format comment better

This commit is contained in:
Bruno Alla 2025-01-20 13:44:46 +00:00
parent fff7144c93
commit fff4183f72

View File

@ -80,7 +80,7 @@ def remove_heroku_files():
file_names = ["Procfile", "runtime.txt", "requirements.txt"]
for file_name in file_names:
if file_name == "requirements.txt" and "{{ cookiecutter.ci_tool }}".lower() == "travis":
# don't remove the file if we are using travisci but not using heroku
# Don't remove the file if we are using Travis CI but not using Heroku
continue
Path(file_name).unlink()
shutil.rmtree("bin")