Skip to content

Commit 7da056f

Browse files
authored
Typo
1 parent d72d24d commit 7da056f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

worker/cp-worker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def runCellProfiler(message):
117117
logger.removeHandler(watchtowerlogger)
118118
return 'INPUT_PROBLEM'
119119
else:
120-
metadataID = string.replace(metadataID,eachMetadata.split('=')[0],eachMetadata.split('=')[1])
120+
metadataID = string.replace(metadataID,eachMetadata.split('=')[0],eachMetadata.split('=')[1])
121121
else: #backwards compatability with 1.0.0 and/or no desire to structure output
122122
metadataID = '-'.join([x.split('=')[1] for x in message['Metadata'].split(',')]) # Strip equal signs from the metadata
123123
else: #backwards compatability with 1.0.0 and/or no desire to structure output

0 commit comments

Comments
 (0)