From 87d9804864e157b451c92e6fb71165aa4925cd47 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Thu, 26 Oct 2023 18:28:59 +0300 Subject: findng variant data on survexblocks and setting wallet *ref --- core/models/wallets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/models/wallets.py') diff --git a/core/models/wallets.py b/core/models/wallets.py index 2de8f9d..3078e2d 100644 --- a/core/models/wallets.py +++ b/core/models/wallets.py @@ -283,7 +283,7 @@ class Wallet(models.Model): return None filelist = Wallet.input_to_list(jsondata["survex file"]) - #print(f"'{self} {jsondata['survex file']}' => {filelist}") + # print(f"'{self} {jsondata['survex file']}' => {filelist}") return filelist def get_fnames(self): -- cgit v1.2.3