diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-10-26 18:28:59 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-10-26 18:28:59 +0300 |
commit | 87d9804864e157b451c92e6fb71165aa4925cd47 (patch) | |
tree | 58c0d8011808d79d3603bca4dee34e9feeb21608 /core/models/wallets.py | |
parent | f14bd984f88ae4274fbecc690a4a0f0a45210e69 (diff) | |
download | troggle-87d9804864e157b451c92e6fb71165aa4925cd47.tar.gz troggle-87d9804864e157b451c92e6fb71165aa4925cd47.tar.bz2 troggle-87d9804864e157b451c92e6fb71165aa4925cd47.zip |
findng variant data on survexblocks and setting wallet *ref
Diffstat (limited to 'core/models/wallets.py')
-rw-r--r-- | core/models/wallets.py | 2 |
1 files changed, 1 insertions, 1 deletions
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): |