Skip to content

Commit

Permalink
match expected (unused) type
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Jan 15, 2024
1 parent f9b7b0c commit 923107b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpra/platform/win32/dotxpra.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def norm_socket_paths(self, local_display_name: str):
return [self.socket_path(local_display_name)]

def socket_path(self, local_display_name: str):
return norm_makepath(None, local_display_name)
return norm_makepath("", local_display_name)

def get_display_state(self, display: str):
return self.get_server_state(PIPE_PREFIX+display)
Expand Down

0 comments on commit 923107b

Please sign in to comment.