From e8665123679fdd01294cea097636a15e59312a12 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Wed, 1 Jul 2020 16:41:19 +0100 Subject: Add early returns to `_check_for_soft_fail` (#7769) my editor was complaining about unset variables, so let's add some early returns to fix that and reduce indentation/cognitive load. --- changelog.d/7769.misc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/7769.misc (limited to 'changelog.d/7769.misc') diff --git a/changelog.d/7769.misc b/changelog.d/7769.misc new file mode 100644 index 0000000000..2e200286ce --- /dev/null +++ b/changelog.d/7769.misc @@ -0,0 +1 @@ +Add early returns to `_check_for_soft_fail`. -- cgit 1.4.1