From 69fbd5c9209046527d7580745b308c6d8df837c6 Mon Sep 17 00:00:00 2001 From: Air9 Date: Sat, 2 May 2020 12:09:00 +0800 Subject: [PATCH] update hwcert/certification.py for uploading result. --- hwcert/certification.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hwcert/certification.py b/hwcert/certification.py index c4424ae..62400c0 100755 --- a/hwcert/certification.py +++ b/hwcert/certification.py @@ -159,14 +159,14 @@ class EulerCertification(): if not self.upload(path, server): print("Upload failed.") else: - print("Successfully upload result to server %s." % server) + print("Successfully uploaded result to server %s." % server) time.sleep(2) for filename in packages: os.remove(os.path.join(CertEnv.datadirectory, filename)) def upload(self, path, server): - print("uploading...") + print("Uploading...") if not self.client: cert_id = self.certification.get_certify() hardware_info = self.certification.get_hardware() -- GitLab