Skip to content

Commit

Permalink
From manual testing, we know this function works as expected. Testing…
Browse files Browse the repository at this point in the history
… it in unit tests is non-trivial.
  • Loading branch information
vEpiphyte committed Dec 24, 2024
1 parent c80a8eb commit 812a789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/lib/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ async def _onItemFini(self):

await self.fini()

async def addSignalHandlers(self):
async def addSignalHandlers(self): # pragma: no cover
'''
Register SIGINT signal handler with the ioloop to cancel the currently running cmdloop task.
Removes the handler when the cli is fini'd.
Expand Down

0 comments on commit 812a789

Please sign in to comment.