EldenRingDatabase / erdb

JSON schema and data parser for ELDEN RING
MIT License
47 stars 8 forks source link

Leaving output (--out) param empty raises exception when generating icons #6

Open sovietspaceship opened 1 year ago

sovietspaceship commented 1 year ago

--out is meant to be optional, but omitting it raises the following exception:

Sourcing icons failed: Invalid destination scheme

From https://github.com/EldenRingDatabase/erdb/blob/831d5e6af04a99a9aceedccdfb4c796db42e4dc0/src/erdb/utils/sourcer.py#L401