Upgrade codegen
This commit is contained in:
@@ -3,4 +3,4 @@ from pathlib import Path
|
||||
|
||||
def load_func_body_from_file(filename: Path) -> str:
|
||||
with open(filename, "r") as infile:
|
||||
return infile.read().strip()
|
||||
return infile.read().rstrip()
|
||||
|
Reference in New Issue
Block a user