ynput / ayon-core

Apache License 2.0
27 stars 33 forks source link

Extract Color Transcode: Fix duplicated function `_rename_in_representation` #629

Closed BigRoy closed 3 months ago

BigRoy commented 3 months ago

Changelog Description

Fix duplicated function _rename_in_representation

Additional info

Avoids redeclaration

Testing notes:

  1. Extract Color Transcode should still work
LiborBatek commented 3 months ago

@BigRoy isnt this a duplicity with this one already created? https://github.com/ynput/ayon-core/pull/620

BigRoy commented 3 months ago

@BigRoy isnt this a duplicity with this one already created? https://github.com/ynput/ayon-core/pull/620

No - that fixes a different issue.

This PR solely fixes the method _rename_in_representation existing twice directly after each other in the code. It likely got 'duplicated' at some point in a merge conflict and got missed at the time.