Skip to content

Commit

Permalink
Update position.py
Browse files Browse the repository at this point in the history
  • Loading branch information
APN-Pucky committed Nov 2, 2023
1 parent 021c9fa commit 0265428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyfeyn2/auto/position.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ def scale_positions(fd, scale):
for v in fd.vertices:
if v.x is not None:
v.x *= scale
if v,y is not None:
if v.y is not None:
v.y *= scale
for l in fd.legs:
if l.x is not None:
Expand Down

0 comments on commit 0265428

Please sign in to comment.