Skip to content

Commit bf7a7ef

Browse files
committed
Merge branch 'nurupo-tox-bootstrapd-get-nodes-fix'
2 parents 47c1e5f + c597f07 commit bf7a7ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

other/bootstrap_daemon/docker/get-nodes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
raw_json = response.read().decode('ascii', 'ignore')
3232
nodes = json.loads(raw_json)['nodes']
3333

34-
output = 'bootstrap_nodes = ('
34+
output = 'bootstrap_nodes = (\n'
3535

3636
for node in nodes:
3737
node_output = ' { // ' + node['maintainer'] + '\n'

0 commit comments

Comments
 (0)