Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
engine
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AURA
engine
Merge requests
!30
Fix line-in selection
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix line-in selection
fix-source-selection
into
main
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Chris Pastl
requested to merge
fix-source-selection
into
main
1 year ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
Fixes
#141 (closed)
0
0
Merge request reports
Viewing commit
92e70f63
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
92e70f63
fix: add self arg to live_channel_for_resource()
· 92e70f63
Chris Pastl
authored
1 year ago
src/aura_engine/resources.py
+
1
−
1
Options
@@ -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