acloud: remove coding typo comma am: 154d2f2c6a

Original change: https://android-review.googlesource.com/c/platform/tools/acloud/+/1353532

Change-Id: Ic554e73864224954c40b7b36dc8eced7f67d86c2
diff --git a/internal/lib/android_compute_client.py b/internal/lib/android_compute_client.py
index 5608e2c..7c01d11 100755
--- a/internal/lib/android_compute_client.py
+++ b/internal/lib/android_compute_client.py
@@ -370,7 +370,7 @@
                     instance, boot_timeout_secs)
         timeout_exception = errors.DeviceBootTimeoutError(
             "Device %s did not finish on boot within timeout (%s secs)" %
-            (instance, boot_timeout_secs)),
+            (instance, boot_timeout_secs))
         utils.PollAndWait(
             func=self.CheckBoot,
             expected_return=True,