GuidanceOfGrace / CLASSIC-Fallout4

Crash Log Auto-Scanner & Setup Integrity Checker for Fallout 4 / Buffout 4. Tool that extensively scans Fallout 4 game & mod files and Buffout 4 crash logs, then provides troubleshooting advice depending on what it finds.
8 stars 4 forks source link

Move requests invocation into the if not RequestsImportFailed if-statement. #15

Closed evildarkarchon closed 1 year ago

evildarkarchon commented 1 year ago

Just noticed that requests was getting called even if import failed. Function now returns None if requests import failed. Add error text for "elif not CLAS_Received", right now it's placeholder, using the same text as when an exception is thrown.

evildarkarchon commented 1 year ago

Superseded by new pull request,