Skip to content
Snippets Groups Projects
Commit de1ec465 authored by Rohit Gupta's avatar Rohit Gupta
Browse files

minor bugfix

parent 27b0306b
No related branches found
No related tags found
No related merge requests found
......@@ -192,6 +192,7 @@ class core:
if index == 0 or index == 1 :
return self.oai.before
else:
print "command = " + command + "rsp1 = " + rsp1 + " rsp2 = " + rsp2 + " index = " + str(index)
raise log.err(self.failed(command, rsp1 + ' or ' + rsp2,debug))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment