Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
Managetests
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Gruppo Web
Managetests
Commits
77e7a17f
Commit
77e7a17f
authored
Dec 02, 2016
by
Pietro Albini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove the branch from the listing after the instance is removed
parent
1ca6802f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
managetests/app.py
managetests/app.py
+1
-0
No files found.
managetests/app.py
View file @
77e7a17f
...
@@ -174,6 +174,7 @@ class TestsManager:
...
@@ -174,6 +174,7 @@ class TestsManager:
self
.
instances
.
remove_branch
(
branch
)
self
.
instances
.
remove_branch
(
branch
)
self
.
branches
[
branch
].
destroy
()
self
.
branches
[
branch
].
destroy
()
del
self
.
branches
[
branch
]
# The instance should be created
# The instance should be created
elif
branch
not
in
self
.
branches
and
obj
[
"state"
]
==
"opened"
:
elif
branch
not
in
self
.
branches
and
obj
[
"state"
]
==
"opened"
:
...
...
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