Skip to content

Commit 5df3b6c

Browse files
committed
Modified timestamps to be coherent
1 parent 3cf0533 commit 5df3b6c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

application.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1419,9 +1419,7 @@ def format_data(filepath, datas):
14191419
for tup in zip(*datas):
14201420
file.write(format_str.format(*tup)+"\n")
14211421
file.close()
1422-
timeStamp = \
1423-
"{time.tm_mday}_{time.tm_mon}_{time.tm_hour}_{time.tm_min}".\
1424-
format(time=time.localtime())
1422+
timeStamp = folder_id[:-3]
14251423

14261424
dir_path = tkFileDialog.\
14271425
askdirectory(title="Where do you want to save spectra ?")

0 commit comments

Comments
 (0)