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
Commits
839e06c99b04
Commit
839e06c99b04
authored
6 years ago
by
Vincent Hatakeyama
Browse files
Options
Downloads
Patches
Plain Diff
isort does not handle try/block in imports
parent
905fa70d2e27
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
do_tests.py
+2
-0
2 additions, 0 deletions
do_tests.py
docker_build.py
+2
-0
2 additions, 0 deletions
docker_build.py
docker_dev_start.py
+2
-0
2 additions, 0 deletions
docker_dev_start.py
with
6 additions
and
0 deletions
do_tests.py
+
2
−
0
View file @
839e06c9
#!/usr/bin/env python
# vim: set shiftwidth=4 softtabstop=4:
"""
Script to run test with local modules
isort:skip_file
"""
# Version 2.19
import
argparse
...
...
This diff is collapsed.
Click to expand it.
docker_build.py
+
2
−
0
View file @
839e06c9
#!/usr/bin/env python
# vim: set shiftwidth=4 softtabstop=4:
"""
Script to locally build a docker image
isort:skip_file
"""
# Version 2.19
import
argparse
...
...
This diff is collapsed.
Click to expand it.
docker_dev_start.py
+
2
−
0
View file @
839e06c9
...
...
@@ -2,6 +2,8 @@
# -*- coding: utf-8 -*-
"""
Launch a docker image but bind the local directory inside the container
and define the module path automatically.
isort:skip_file
"""
# Version 2.19
import
argparse
...
...
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