adobe-apiplatform / user-sync.py

Application for synchronizing Adobe customer directories via the User Management API
https://adobe-apiplatform.github.io/user-sync.py/en/user-manual/
MIT License
87 stars 67 forks source link

typo in log reporting #836

Closed Luci2015 closed 5 months ago

Luci2015 commented 9 months ago

Description There is an extra 'f' char in this line adding confusion to admins reading the log: self.logger.info(f"Removing account admin status from f{sign_user.email}")

Environment