Skip to content

Commit

Permalink
bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Brett Graham committed May 8, 2012
1 parent 8e47d2e commit a1cd996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atlas/construct.py
Expand Up @@ -40,7 +40,7 @@ def get_points(areas, sections=None):
pts[area] += [[p.x, p.y, s.get_ap()] for p \
in s.find_area(area, 'skull')]
if len(areas) == 1:
return pts[area[0]]
return pts[areas[0]]
return pts


Expand Down

0 comments on commit a1cd996

Please sign in to comment.