mirror of
https://github.com/Cockatrice/Magic-Spoiler.git
synced 2026-04-20 22:17:33 -05:00
Add exception to message
This commit is contained in:
parent
4cef743e46
commit
1a10272a82
|
|
@ -250,8 +250,8 @@ def scryfall2mtgjson(scryfall_cards: List[Dict[str, Any]]) -> List[Dict[str, Any
|
|||
"subTypes": sub_types,
|
||||
}
|
||||
trice_cards.append(trice_card)
|
||||
except Exception:
|
||||
print(f"Unable to parse {sf_card.get('name')}")
|
||||
except Exception as e:
|
||||
print(f"Unable to parse {sf_card.get('name')}, error: {str(e)}")
|
||||
|
||||
return trice_cards
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user