##// END OF EJS Templates
Fix style
Pablo de Oliveira -
Show More
@@ -35,7 +35,7 b' class PayloadManager(Configurable):'
35 35
36 36 if update and 'source' in data:
37 37 source = data['source']
38 for i,pl in enumerate(self._payload):
38 for i, pl in enumerate(self._payload):
39 39 if 'source' in pl and pl['source'] == source:
40 40 self._payload[i] = data
41 41 return
General Comments 0
You need to be logged in to leave comments. Login now