Skip to content

Commit

Permalink
Tryout!
Browse files Browse the repository at this point in the history
  • Loading branch information
jelly committed Mar 14, 2024
1 parent 9f3a1f1 commit 973e92e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cockpit/channels/filesystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ def do_identity_changed(self, fd: 'Handle | None', err: 'int | None') -> None:
# Note: don't set to None, since the handler is still pending
self.pending.clear()

if err is None:
if fd is not None:
assert fd is not None
self.report_initial_state(fd)
else:
Expand Down

0 comments on commit 973e92e

Please sign in to comment.