mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-11-21 23:01:52 +00:00
debug msg
This commit is contained in:
parent
62320e9f7e
commit
c1f9a26f5b
@ -164,7 +164,7 @@ class Wallet(models.Model):
|
||||
jsonfile = Path(settings.DRAWINGS_DATA, "walletjson") / wyear / wname / "contents.json"
|
||||
if not Path(jsonfile).is_file():
|
||||
if wname not in archaic_wallets:
|
||||
message = f"! {jsonfile} is not a file {wyear=} {wname=} "
|
||||
message = f"! {jsonfile} is not a file:\n {wyear=} (should be eg. '2023')\n {wname=} (should be eg. '2023#13')\n {self.fpath=}"
|
||||
print(message)
|
||||
from troggle.core.models.troggle import DataIssue
|
||||
DataIssue.objects.update_or_create(parser="wallets", message=message, url=wurl)
|
||||
|
Loading…
Reference in New Issue
Block a user