Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
hub
ViralHostRangeDB
Commits
ac71da91
Commit
ac71da91
authored
Feb 08, 2022
by
Bryan BRANCOTTE
Browse files
response are not replaced anymore
parent
0edaa074
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/viralhostrange/viralhostrangedb/tests/test_commands.py
View file @
ac71da91
...
...
@@ -30,8 +30,7 @@ class NoErrorImportationObserver(business_process.MessageImportationObserver):
def
notify_response_error
(
self
,
virus
,
host
,
response_str
):
raise
ResponseException
(
"[ImportErr2] "
+
"Could not import response
\"
%(response)s
\"
for virus
\"
%(virus)s
\"
, host
\"
%(host)s
\"
, "
"replacing it with
\"
%(rpl)s
\"
"
%
dict
(
"Could not import response
\"
%(response)s
\"
for virus
\"
%(virus)s
\"
, host
\"
%(host)s
\"
"
%
dict
(
response
=
str
(
response_str
),
virus
=
str
(
virus
),
host
=
str
(
host
),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment