trailing spaces in sql schema
[plcapi.git] / db-config.d / 099-hrns
1 # -*-python-*-
2 ####################
3 # quick and dirty, make sure all hrns are set on local nodes
4 # could/should get trashed somedy
5
6 for node in GetNodes({'peer_id': None}):
7     UpdateNode(node['node_id'], {'hostname': node['hostname']})