Skip to content

Mistake in Urcheon/Pak.py when processing list of built files #48

@illwieckz

Description

@illwieckz

I spotted this in Urcheon/Pak.py:

			head = unit["head"]
			body = unit["body"]
[…]
			# if multiple calls produce the same files (like merge_bsp)
			if head in unit:
				continue

That can't work, this is probably a leftover or we may have to do if head in body instead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions