You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code in strategies/python.py masks errors that occur during the import process. I spent several hours looking into why imports were not working on a remotely managed box and it boiled down to problems with a settings file failing to import.
The code in strategies/python.py masks errors that occur during the import process. I spent several hours looking into why imports were not working on a remotely managed box and it boiled down to problems with a settings file failing to import.
Add some logging with the exception to help pinpoint issues.
The text was updated successfully, but these errors were encountered: