Skip to content

Commit

Permalink
Don't reset errors twice while fetching instances
Browse files Browse the repository at this point in the history
  • Loading branch information
dtretyakov committed Sep 6, 2017
1 parent ade975a commit 3d8bd12
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ class AzureApiConnectorImpl(tenantId: String, clientId: String, secret: String,
try {
val result = fetchInstancesAsync(image).await()
LOG.debug("Received list of image ${image.name} instances")
image.updateErrors()
@Suppress("UNCHECKED_CAST")
imageMap.put(image, result as Map<String, R>)
} catch (e: Throwable) {
Expand Down

0 comments on commit 3d8bd12

Please sign in to comment.