| Index: Source/bindings/scripts/generate_event_interfaces.py
|
| diff --git a/Source/bindings/scripts/generate_event_interfaces.py b/Source/bindings/scripts/generate_event_interfaces.py
|
| index 09a0e39f0976dc54484a95642f41622f87a06707..926bd8cbc9eae98a2b82c1b1060466d3bc573f1f 100755
|
| --- a/Source/bindings/scripts/generate_event_interfaces.py
|
| +++ b/Source/bindings/scripts/generate_event_interfaces.py
|
| @@ -112,7 +112,7 @@ def write_event_interfaces_file(interfaces_info, destination_filename, only_if_c
|
| for interface_name in event_interfaces]
|
| interface_lines.sort()
|
| lines.extend(interface_lines)
|
| - write_file(lines, destination_filename, only_if_changed)
|
| + write_file(''.join(lines), destination_filename, only_if_changed)
|
|
|
|
|
| ################################################################################
|
|
|