Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
genotoul-bioinfo
jflow
Commits
4a704aeb
Commit
4a704aeb
authored
Jul 06, 2017
by
Floreal Cabanettes
Browse files
Merge branch 'master' into dev6
parents
8a8ba4fb
72ac4d31
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/jflow/utils.py
View file @
4a704aeb
...
@@ -51,7 +51,7 @@ def robust_rmtree(path, logger=None, max_retries=6):
...
@@ -51,7 +51,7 @@ def robust_rmtree(path, logger=None, max_retries=6):
shutil
.
rmtree
(
path
)
shutil
.
rmtree
(
path
)
def
display_error_message
(
msg
):
def
display_error_message
(
msg
):
sys
.
stderr
.
write
(
"
\033
[91mError: "
+
msg
+
"
\
n\
033
[0m"
)
sys
.
stderr
.
write
(
"
\033
[91mError: "
+
msg
+
"
\033
[0m
\n
"
)
sys
.
exit
(
1
)
sys
.
exit
(
1
)
def
display_info_message
(
msg
,
with_exit
=
False
):
def
display_info_message
(
msg
,
with_exit
=
False
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment