Skip to content

Commit

Permalink
fix line length
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerickel committed Jan 26, 2024
1 parent 3d61949 commit e0e3a63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/hupper/watchman.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,8 @@ def _readline(self):
b = self._sock.recv(4096)
if not b:
self.logger.error(
'Lost connection to watchman. No longer watching for changes.'
'Lost connection to watchman. No longer watching for'
' changes.'
)
self.stop()
raise socket.timeout
Expand Down

0 comments on commit e0e3a63

Please sign in to comment.