Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
Odoo scripts
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Container Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
XCG
Odoo scripts
Merge requests
!94
Something went wrong on our end
pylint
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
pylint
topic/default/pylint
into
branch/default
Overview
0
Commits
1
Pipelines
0
Changes
2
Merged
Vincent Hatakeyama
requested to merge
topic/default/pylint
into
branch/default
3 years ago
Overview
0
Commits
1
Pipelines
0
Changes
2
Expand
0
0
Merge request reports
Viewing commit
06078b2b
Show latest version
2 files
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
06078b2b
pylint
· 06078b2b
Vincent Hatakeyama
authored
3 years ago
odoo_scripts/do_tests.py
+
1
−
2
Options
@@ -380,8 +380,7 @@
test_args
.
append
(
"
--log-level
"
)
test_args
.
append
(
test_log_level
)
return
docker_dev_start_main
(
test_args
)
else
:
raise
NotImplementedError
raise
NotImplementedError
return
255
Loading