Skip to content
Commit d0864670 authored by Karsten Pfeiffer-Raddatz's avatar Karsten Pfeiffer-Raddatz
Browse files

forall.py: Close file after removing the stream



In order to remove the stream fileno() will be called on the filedescriptor.
If the file is already closed fileno() will raise an error and forall
will fail.

Bug: https://crbug.com/gerrit/12563
Change-Id: Ib7b895fe881c844e3eb3672b011fdcdbdae63024
Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/262838
Reviewed-by: default avatarDavid Pursehouse <dpursehouse@collab.net>
Tested-by: default avatarKarsten Pfeiffer-Raddatz <raddatz.karsten@gmail.com>
parent 2735bfc5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment