mirror of
https://github.com/putnam/binmerge.git
synced 2025-04-19 08:28:06 +02:00
forced cuesheet line endings to windows crlf to match redump
This commit is contained in:
parent
e97516cc20
commit
ae9f944094
1 changed files with 1 additions and 1 deletions
2
binmerge
2
binmerge
|
@ -184,7 +184,7 @@ def main():
|
|||
print("Output dir does not exist")
|
||||
return False
|
||||
|
||||
with open(os.path.join(outdir, args.new_name+'.cue'), 'w') as f:
|
||||
with open(os.path.join(outdir, args.new_name+'.cue'), 'w', newline='\r\n') as f:
|
||||
f.write(cuesheet)
|
||||
print("Wrote %s" % args.new_name+'.cue')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue