bts
This commit is contained in:
parent
617eb43106
commit
f7c3f95314
@ -97,7 +97,7 @@ class BaseTester:
|
||||
) as fs:
|
||||
bts = get_bytes(file.fs_id)
|
||||
if file.filename == 'checker.sh':
|
||||
bts = bts.replace(b"\r\n", b"\r")
|
||||
bts = bts.replace(b"\r\n", b"\n")
|
||||
else:
|
||||
bts = bts.replace(b"\r\n", b"\n")
|
||||
fs.write(bts)
|
||||
|
Loading…
Reference in New Issue
Block a user