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

Custom deprecation warning for User Sync Tool #758

Closed ddybvig-perf closed 2 years ago

ddybvig-perf commented 2 years ago

Summary

This PR adds a new class to error.py that is a subclass of Python's built-in DeprecationWarning. It will print/log any future deprecation warning messages wrapped in ANSI control codes to make the text yellow in a console window.

Testing Steps

No additional tests were written for this PR.

Fixes #757