Commit ec08c606 authored by jlaura's avatar jlaura Committed by GitHub
Browse files

Update acn_overlaps

parent 12e8d84d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ def main(msg, config):
    session.close()
    
    print('Placing points in overlap', id)
    points = place_points_in_overlap(nodes, overlap.geom, msg["cam_type"],
    points = place_points_in_overlap(nodes, geom, msg["cam_type"],
                                     msg['distribute_points_kwargs'])
    
    print('Adding {} points to the database.'.format(len(points)))