Skip to content

Commit b2aa8db

Browse files
committed
Fix a compiler warning in process.pyx
1 parent 0068050 commit b2aa8db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

uvloop/handles/process.pyx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ cdef class UVProcess(UVHandle):
190190
f.write(str(ex.args[0]).encode())
191191
finally:
192192
system._exit(255)
193+
return
193194
else:
194195
os_close(self._errpipe_write)
195196
else:

0 commit comments

Comments
 (0)