Skip to content

Commit

Permalink
Apply autopep8 formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 6, 2024
1 parent 1b332dc commit 4c3ba03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cassiopee/CPlot/apps/tkTransform.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ def scale():
z = T.contract(z, (X[0],X[1],X[2]), axe1, axe3, v[1])
a = T.contract(z, (X[0],X[1],X[2]), axe1, axe2, v[2])
CTK.replace(CTK.t, nob, noz, a)

# update CAD if necessary
if CTK.CADHOOK is not None:
if len(nzs) == len(Internal.getZones(CTK.t)) and len(v) == 1:
Expand Down

0 comments on commit 4c3ba03

Please sign in to comment.