adding comment for ambiguous function call

This commit is contained in:
Jakub Jezek 2023-05-17 14:58:24 +02:00
parent 089fe88ee1
commit 163756d74c
No known key found for this signature in database
GPG key ID: 730D7C02726179A7

View file

@ -125,6 +125,7 @@ class CollectFusionRender(
def post_collecting_action(self):
for instance in self._context:
if "render.frames" in instance.data.get("families", []):
# adding representation data to the instance
self._update_for_frames(instance)
def get_expected_files(self, render_instance):