Skip to content

Commit fb4c014

Browse files
committed
Fixed issue #89
1 parent 3c95e39 commit fb4c014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1388,7 +1388,7 @@ def format_data(filepath, datas):
13881388
pulse.experimentTuple[BNC.LABEL].get()
13891389
)
13901390
)
1391-
file.writeline(heading + "\n")
1391+
file.write(heading + "\n")
13921392
for i in range(len(self[folder_id, :, :])):
13931393
tp_line = ""
13941394
for pulse in self._bnc:

0 commit comments

Comments
 (0)