Skip to content

Commit

Permalink
Flake8 Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bosd authored and Harvie committed Sep 1, 2022
1 parent 550e9d5 commit 3a48998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bCNC/CNC.py
Original file line number Diff line number Diff line change
Expand Up @@ -4754,7 +4754,7 @@ def trochprofile_cnc(
if opath:
# if adaptative:
# if overcut:
if overcut == True or adaptative == True:
if overcut is True or adaptative is True:
for p in opath:
p.trochovercut(
D * offset, overcut, adaptative, adaptedRadius
Expand Down

0 comments on commit 3a48998

Please sign in to comment.