Features:
Fixes: 1) Correct indentation issue in `return` statement within vendor response save logic; Extra: None
This commit is contained in:
parent
357e7b7ee8
commit
c5fa95d77f
1 changed files with 1 additions and 1 deletions
2
engine/core/vendors/__init__.py
vendored
2
engine/core/vendors/__init__.py
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue