Skip to content

Commit

Permalink
add response dump
Browse files Browse the repository at this point in the history
  • Loading branch information
Volodymyr Savchenko authored and Volodymyr Savchenko committed Jul 25, 2024
1 parent 356b996 commit 365194a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ddaclient.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ def interpret_dda_worker_response(self, r):

if data is None:
raise WorkerException(
"data is None, the analysis failed unexcplicably")
"data is None, the analysis failed unexcplicably, raw response is: "+repr(r))

if not isinstance(r['cached_path'], list):
raise UnknownDDABackendProblem(
Expand Down

0 comments on commit 365194a

Please sign in to comment.