Although this worked fine: lua mup2argmap Output/example.mup > Output/example1.yml
This didn't:
lua mup2argmap Input/Example1_ClearlyFalse_WhiteSwan.mup > Output/WhiteSwan.yml
- lua: ./mup2argmap:34: bad argument 1 to 'for iterator' (table expected, got nil)
- stack traceback:
- [C]: in function 'next'
- ./mup2argmap:34: in function 'parse_claims'
- ./mup2argmap:65: in function 'parse_reasons'
- ./mup2argmap:43: in function 'parse_claims'
- ./mup2argmap:65: in function 'parse_reasons'
- ./mup2argmap:43: in function 'parse_claims'
- ./mup2argmap:65: in function 'parse_reasons'
- ./mup2argmap:43: in function 'parse_claims'
- ./mup2argmap:65: in function 'parse_reasons'
- ./mup2argmap:43: in function 'parse_claims'
- ./mup2argmap:111: in function 'main'
- ./mup2argmap:129: in main chunk
- [C]: in ?
Although this worked fine:
lua mup2argmap Output/example.mup > Output/example1.ymlThis didn't:
lua mup2argmap Input/Example1_ClearlyFalse_WhiteSwan.mup > Output/WhiteSwan.yml