Skip to content
This repository was archived by the owner on Jan 6, 2021. It is now read-only.

Commit 001df09

Browse files
committed
Add extra empty line at end of .osu
1 parent dea1bd0 commit 001df09

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

convert.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,9 @@ def convertQua2Osu(fileContent: str, options: object) -> str:
472472
convertHitObjects(qua)
473473
])
474474

475-
return osu
475+
# Extra empty line at the bottom to help some tools
476+
# who expect one (like the R programming language)
477+
return osu + "\n"
476478

477479

478480
def convertMapset(path: str, outputFolder: str, options=None) -> None:

0 commit comments

Comments
 (0)