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
cubicweb
cube-doctor
Commits
94dd09f11ad0
Commit
97be7bab
authored
Sep 17, 2021
by
Laurent Peuch
Browse files
style: please flake8
parent
ceda488e22be
Changes
1
Show whitespace changes
Inline
Side-by-side
cube_doctor/__init__.py
View file @
94dd09f1
...
@@ -597,7 +597,8 @@ class Command:
...
@@ -597,7 +597,8 @@ class Command:
traceback
.
print_exc
()
traceback
.
print_exc
()
logger
.
error
(
logger
.
error
(
f
"failed to mark MR
{
mr
}
on
{
cube
.
name
}
as merge_when_pipeline_succeeds"
f
"failed to mark MR
{
mr
}
on
{
cube
.
name
}
as "
"merge_when_pipeline_succeeds"
)
)
open
(
"created_mr.log"
,
"a"
).
write
(
open
(
"created_mr.log"
,
"a"
).
write
(
...
...
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