Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix return indent
  • Loading branch information
kumaraditya303 authored Oct 15, 2022
commit acc1378644b76234be87900e8ccdd2ac5dea67e3
2 changes: 1 addition & 1 deletion Lib/asyncio/unix_events.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ async def _make_subprocess_transport(self, protocol, args, shell,
await transp._wait()
raise

return transp
return transp

def _child_watcher_callback(self, pid, returncode, transp):
# Skip one iteration for callbacks to be executed
Expand Down