We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e79b87 commit 1f6c820Copy full SHA for 1f6c820
pwncat/commands/upload.py
@@ -77,5 +77,5 @@ def run(self, manager: "pwncat.manager.Manager", args):
77
f"uploaded [cyan]{human_readable_size(length)}[/cyan] "
78
f"in [green]{human_readable_delta(elapsed)}[/green]"
79
)
80
- except (FileNotFoundError, PermissionError, IsADirectoryError) as exc:
+ except (FileNotFoundError, PermissionError, IsADirectoryError, PlatformError) as exc:
81
self.parser.error(str(exc))
0 commit comments