We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FileTransferClient._report_stats:
205 self._log_func(f"{data} {transferred:.3f} MB ({speed:%.3f}" 206 " MB/sec)")
the line above hit error: ValueError: Invalid format specifier
The text was updated successfully, but these errors were encountered:
rss_client: fix syntax error
6d67ca9
Issue:avocado-framework#94 Signed-off-by: Yanan Fu <[email protected]>
No branches or pull requests
FileTransferClient._report_stats:
the line above hit error: ValueError: Invalid format specifier
The text was updated successfully, but these errors were encountered: