Skip to content

Commit

Permalink
TODO moved to issue #4308
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Jul 26, 2024
1 parent a65457b commit a36bfd4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions xpra/client/base/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,8 @@ def make_hello(self) -> dict[str, Any]:


class PrintClient(SendCommandConnectClient):
""" Allows us to send a file to the server for printing.
"""
Allows us to send a file to the server for printing.
"""

def set_command_args(self, command) -> None:
Expand All @@ -581,8 +582,6 @@ def set_command_args(self, command) -> None:
# filename, file_data, mimetype, source_uuid, title, printer, no_copies, print_options_str = packet[1:9]
self.command = command[1:]

# TODO: load as needed...

if self.filename == "-":
# replace with filename proposed
self.filename = command[2]
Expand Down

0 comments on commit a36bfd4

Please sign in to comment.