Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Silently ignore duplicate names (could be an option) #1

Open
chinese-soup opened this issue Jun 28, 2021 · 0 comments
Open

Silently ignore duplicate names (could be an option) #1

chinese-soup opened this issue Jun 28, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@chinese-soup
Copy link
Collaborator

chinese-soup commented Jun 28, 2021

No need to exit here, could just add a number etc.

wofl/wofl.py

Lines 62 to 64 in 67793a1

if name in name_set:
error_exit("Duplicate texture name '" + name.decode() + "'.")
name_set.add(name)

@Schlufi Schlufi added the enhancement New feature or request label Jun 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants