Skip to content

Commit 3c4ccb2

Browse files
committed
removed undefined variable
1 parent 1e86271 commit 3c4ccb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

streamer/lib/modalityOPM.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ var _execStreamerJob = function(name, config, job, cb_remove, cb_done) {
9898
c_stager.get(myurl, rget_args, function(rdata, resp) {
9999
if ( resp.statusCode >= 400 ) {
100100
var errmsg = 'HTTP error: (' + resp.statusCode + ') ' + resp.statusMessage;
101-
if ( resp.statusCode == 404 && !toCatchall ) {
101+
if ( resp.statusCode == 404 ) {
102102
// accept 404 NOT FOUND error if it's not about a catchall collection
103103
// it can happen when it's about a PILOT project; or a project not having
104104
// a RDM collection being created/mapped properly.

0 commit comments

Comments
 (0)