You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-overlay/sys-apps/calculate-lib/files/calculate-lib-2.1.12-fix_dh...

14 lines
434 B

diff --git pym/cl_profile.py pym/cl_profile.py
index 87acf30..f876fd7 100644
--- pym/cl_profile.py
+++ pym/cl_profile.py
@@ -4729,7 +4729,7 @@ class bind(objShare):
startBloc = ""
bodyBloc = ""
endBloc = ""
- textLines = text.splitlines()
+ textLines = text.replace("} ", "}\n").splitlines()
findOpen = False
if textLines:
findOpen = reOpen.search(textLines[0])