Quote:
Originally Posted by jackie_w
Bad News: nickel.yaml only ...
When I tried to uncomment the last line of patch "Custom reading footer style", kobopatch fell in a heap with this error message
Code:
Fatal: Could not read and parse patch file nickel.yaml: error parsing patch file: yaml: line 73: did not find expected ',' or '}'
I think you can easily reproduce it yourself just by uncommenting line 74 (not 73 ???) in the nickel.yaml file you supplied in kobopatch_4.8.10956.zip.
Clutching at straws ... is it something to do with the fact that this option is one of the few which doesn't have same string lengths for Find and Replace? The Replace option is terminated early with a trailing /0, which works OK in the current patching system.
|
Thanks for testing it! I just had a look at your issue, and it seems I forgot to escape some quotes in the string in the commented line. I'll fix that for the next version or you could just escape the double quotes with a backslash for now.