Skip to content

Commit 0a9bc1c

Browse files
author
Matt Duftler
committed
Merge pull request #86 from lwander/npe-app-save
core: NPE thrown while reporting save error
2 parents a277d8a + 87b2862 commit 0a9bc1c

File tree

1 file changed

+1
-1
lines changed
  • front50-core/src/main/groovy/com/netflix/spinnaker/front50/model/application

1 file changed

+1
-1
lines changed

front50-core/src/main/groovy/com/netflix/spinnaker/front50/model/application/Application.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ class Application implements Timestamped {
275275
log.error("Rollback failed (onRollback)", rollbackException)
276276
}
277277

278-
log.error("Failed to perform action (name: ${originalApplication.name ?: updatedApplication.name})")
278+
log.error("Failed to perform action (name: ${originalApplication?.name ?: updatedApplication?.name})")
279279
throw e
280280
}
281281
}

0 commit comments

Comments
 (0)