Skip to content

fixed map file input output#34

Open
kamilos2354 wants to merge 1 commit intosourcehold:masterfrom
kamilos2354:master
Open

fixed map file input output#34
kamilos2354 wants to merge 1 commit intosourcehold:masterfrom
kamilos2354:master

Conversation

@kamilos2354
Copy link

No description provided.

@gynt
Copy link
Collaborator

gynt commented Jul 13, 2025

Which command were you exactly running that produced the original issue/error?

How was it fixed?

@kamilos2354
Copy link
Author

I use command like python -m sourcehold map file --in map1.map --out open_map --unpack and it gave me error
Replaced args.input with getattr(args, 'in') and args.output with args.out to match the actual argument names defined by the parser and avoid attribute errors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants