Merge "Fix wrong input type"

This commit is contained in:
Zuul
2025-01-06 10:13:10 +00:00
committed by Gerrit Code Review

View File

@@ -735,4 +735,4 @@ class StorletInvocationProtocol(object):
# so we should catch an exception and suppress it here
self.logger.exception('Unexpected error at writing input data')
finally:
self._safe_close(fd)
self._safe_close([fd])