Add space to user message

This commit is contained in:
Eric Torres
2022-03-31 12:45:13 -07:00
parent ee05e2c824
commit 341554850b
3 changed files with 3 additions and 3 deletions

View File

@ -151,7 +151,7 @@ if __name__ == "__main__":
print()
try:
user_response = input("Would you like to delete these files? (y/N)")
user_response = input("Would you like to delete these files? [y/N]: ")
except KeyboardInterrupt:
exit(error.E_INTERRUPT)