From ab184bccf342aeac72d5d1a99c9f9ebd6b244d29 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Thu, 25 Aug 2022 16:31:38 +0300 Subject: comment updates --- core/models/survex.py | 1 + 1 file changed, 1 insertion(+) (limited to 'core/models/survex.py') diff --git a/core/models/survex.py b/core/models/survex.py index cdf3e59..d165d14 100644 --- a/core/models/survex.py +++ b/core/models/survex.py @@ -269,6 +269,7 @@ class Wallet(models.Model): ticks = {} # Initially, are there any required survex files present ? + # Note that we can't set the survexblock here on the wallet as that info is only available while parsing the survex file survexok = "red" ticks["S"] = "red" if waldata["survex not required"]: -- cgit v1.2.3