Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
webcast-website
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
webcast
webcast-website
Commits
a7385633
Unverified
Commit
a7385633
authored
1 year ago
by
Samuel Guillemet
Browse files
Options
Downloads
Patches
Plain Diff
Fix mypy complaining
parent
6acb2662
No related branches found
No related tags found
Loading
Pipeline
#6125293
passed with stages
in 2 minutes and 40 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/services/webcast_lite/webcast_lite_cli.py
+1
-1
1 addition, 1 deletion
app/services/webcast_lite/webcast_lite_cli.py
with
1 addition
and
1 deletion
app/services/webcast_lite/webcast_lite_cli.py
+
1
−
1
View file @
a7385633
...
...
@@ -78,7 +78,7 @@ def generate_webcast_lite_config(
if
role_identifier
==
""
:
role_identifier
=
None
if
typ
e
(
role_identifier
)
==
str
:
if
isinstanc
e
(
role_identifier
,
str
)
:
role_identifier
=
role_identifier
.
split
(
"
,
"
)
if
role_identifier
is
not
None
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment