Skip to content

Commit e1eaf95

Browse files
author
Ubuntu
committed
Mismatched metadata should be a warning, not a termination (pt2)
1 parent 7769dfa commit e1eaf95

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

worker/cp-worker.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,6 @@ def runCellProfiler(message):
112112
watchtowerlogger=watchtower.CloudWatchLogHandler(log_group=LOG_GROUP_NAME, stream_name=message['Metadata'],create_log_group=False)
113113
logger.addHandler(watchtowerlogger)
114114
printandlog('Your specified output structure does not match the Metadata passed',logger)
115-
logger.removeHandler(watchtowerlogger)
116-
return 'INPUT_PROBLEM'
117115
else:
118116
metadataID = string.replace(metadataID,eachMetadata.split('=')[0],eachMetadata.split('=')[1])
119117
else: #backwards compatability with 1.0.0 and/or no desire to structure output

0 commit comments

Comments
 (0)