This is an automated email from the ASF dual-hosted git repository. not-in-ldap pushed a commit to branch aevri/win32_temptext in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit 8d658f0714c607c94a250b14dcaf8ad8c28f5d9b Author: Angelos Evripiotis <[email protected]> AuthorDate: Tue Jun 11 10:44:43 2019 +0100 utils: indent 'with' continuation line --- src/buildstream/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/buildstream/utils.py b/src/buildstream/utils.py index 79cbbde..b47bb47 100644 --- a/src/buildstream/utils.py +++ b/src/buildstream/utils.py @@ -1015,7 +1015,7 @@ def _tempnamedfile(suffix="", prefix="tmp", dir=None): # pylint: disable=redefi temp.close() with _signals.terminator(close_tempfile), \ - tempfile.NamedTemporaryFile(suffix=suffix, prefix=prefix, dir=dir) as temp: + tempfile.NamedTemporaryFile(suffix=suffix, prefix=prefix, dir=dir) as temp: yield temp
