Skip to content

Commit

Permalink
fix: small tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Sep 9, 2022
1 parent 6b4ed3c commit 7bbbed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dbus_fast/message.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ def _marshall(self, negotiate_unix_fd=False):
)
if self.unix_fds and negotiate_unix_fd:
fields.append(
[HEADER_UNIX_FDS, Variant("u", len(self.unix_fds, verify=False))]
[HEADER_UNIX_FDS, Variant("u", len(self.unix_fds), verify=False)]
)

header_body = [
Expand Down

0 comments on commit 7bbbed2

Please sign in to comment.