Skip to content

Commit 24fc65a

Browse files
author
Max Burnette
committed
fix build typo
1 parent b80eb33 commit 24fc65a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyclowder/connectors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,7 @@ def process_messages(self, channel, rabbitmq_queue):
897897
# RESUBMITTING - Extractor encountered error and message is resubmitted to same queue
898898
elif msg["type"] == 'resubmit':
899899
jbody = json.loads(self.body)
900-
jbody['retry_count'] = msg['retry_count']
900+
jbody['retry_count'] = msg['retry_count']
901901
if 'exchange' not in jbody and self.method.exchange:
902902
jbody['exchange'] = self.method.exchange
903903
if 'routing_key' not in jbody and self.method.routing_key and self.method.routing_key != rabbitmq_queue:

0 commit comments

Comments
 (0)