Skip to content
Snippets Groups Projects

Fix line-in selection

Merged Chris Pastl requested to merge fix-source-selection into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -67,7 +67,7 @@ class ResourceMapping:
"""
return self.resource_mapping.get(resource_type)
def live_channel_for_resource(channel: str):
def live_channel_for_resource(self, channel: str):
"""
Return the channel enum for a given live channel string from Tank.
"""
Loading