Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Sconsider
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ifs
Sconsider
Commits
1276655a
Commit
1276655a
authored
5 years ago
by
Marcel Huber
Browse files
Options
Downloads
Patches
Plain Diff
remove writer to close from witers list prior to closing
parent
9284dc21
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
SConsider/PopenHelper.py
+2
-1
2 additions, 1 deletion
SConsider/PopenHelper.py
with
2 additions
and
1 deletion
SConsider/PopenHelper.py
+
2
−
1
View file @
1276655a
...
@@ -137,7 +137,8 @@ class Tee(object):
...
@@ -137,7 +137,8 @@ class Tee(object):
flusher
(
stream
)
flusher
(
stream
)
def
close
(
self
):
def
close
(
self
):
for
stream
,
_
,
_
,
closer
in
self
.
writers
:
while
self
.
writers
:
stream
,
_
,
_
,
closer
=
self
.
writers
.
pop
()
closer
(
stream
)
closer
(
stream
)
...
...
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