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