mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-02-08 12:51:11 +00:00
bug++
This commit is contained in:
@@ -727,12 +727,12 @@ class LoadingSurvex:
|
||||
qm.full_clean()
|
||||
valid_list.append(qm)
|
||||
except ValidationError as e:
|
||||
message = f" ! QM is invalid: {e} {survexblock} {qm}"
|
||||
message = f" ! QM is invalid: {e} {qm}"
|
||||
print(message, file=sys.stderr)
|
||||
stash_data_issue(
|
||||
parser="survex",
|
||||
message=message,
|
||||
url=None, sb=survexblock,
|
||||
url=None,
|
||||
)
|
||||
qms = []
|
||||
for blk in self._pending_qm_saves:
|
||||
|
||||
Reference in New Issue
Block a user