Skip to content

Commit

Permalink
Fixed time stamp glitch
Browse files Browse the repository at this point in the history
  • Loading branch information
vigoux committed Jul 19, 2018
1 parent 3b3c59f commit 3888c61
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spectro.py
Original file line number Diff line number Diff line change
Expand Up @@ -858,8 +858,7 @@ def get_timestamp(self, end=""):
S = a second number digit
"""
tp_time_stamp = \
"{time.tm_mday}-{time.tm_mon}-{time.tm_year}_\
{time.tm_hour}-{time.tm_min}-{time.tm_sec}".\
"{time.tm_mday}-{time.tm_mon}-{time.tm_year}_{time.tm_hour}-{time.tm_min}-{time.tm_sec}".\
format(time=time.localtime())

if end != "":
Expand Down

0 comments on commit 3888c61

Please sign in to comment.