2
0
baizhang 8 жил өмнө
parent
commit
751b26b91c

+ 1 - 2
cloudbridge/cloud/providers/gce/provider.py

@@ -311,8 +311,7 @@ class GCECloudProvider(BaseCloudProvider):
         if resource_url is None:
             return None
         try:
-            res = resource_url.get_resource()
-            return res
+            return resource_url.get_resource()
         except googleapiclient.errors.HttpError as http_error:
             cb.log.warning(
                 "googleapiclient.errors.HttpError: {0}".format(http_error))