Steps to Reproduce:
- python generate_user_files.py
- At the password part for your bot enter a password that includes an ' (Apostrophe). (Example secret'password)
Actual Results:
user-password.py will not work as the following code will be generated
('BOT_NAME', BotPassword('BOT_NAME', 'secret'password'))
Expected Results:
('BOT_NAME', BotPassword('BOT_NAME', "secret'password"))