Skip to content
This repository has been archived by the owner on Oct 7, 2021. It is now read-only.

Commit

Permalink
Syntax error fixed on closing brackets.
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-lesage committed Aug 9, 2020
1 parent bd543aa commit 64efce7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/mgear/rigbits/mirror_controls.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,7 @@ def mirror_pairs(pairs):
pc.parent(source_copy, target.getParent())
targetColor = mgear.core.curve.get_color(target)
if targetColor:
mgear.core.curve.set_color(
source_copy, targetColor)
)
mgear.core.curve.set_color(source_copy, targetColor)

# Replace shape
mgear.rigbits.replaceShape(source_copy, [target])
Expand Down

0 comments on commit 64efce7

Please sign in to comment.