Features:

Fixes: 1) Correct indentation issue in `return` statement within vendor response save logic;

Extra: None
This commit is contained in:
Egor Pavlovich Gorbunov 2025-11-24 12:26:29 +03:00
parent 357e7b7ee8
commit c5fa95d77f

View file

@ -161,7 +161,7 @@ class AbstractVendor:
self.log(LogLevel.DEBUG, f"Saved vendor's response to {filename} successfuly!")
return
return
raise VendorDebuggingError("Could not save response")
@staticmethod