Skip to content
Snippets Groups Projects
Commit 05e068a8 authored by Kipp Cannon's avatar Kipp Cannon
Browse files

lloiparts: remove gratuitous typecast

parent 5db8150d
No related branches found
No related tags found
No related merge requests found
......@@ -325,7 +325,7 @@ class Handler(simplehandler.Handler):
# set to CLOCK_TIME_NONE so they can't be
# used for this.
try:
timestamp = LIGOTimeGPS(0, self.seglistdicts["triggersegments"].extent_all()[1].ns())
timestamp = self.seglistdicts["triggersegments"].extent_all()[1]
except ValueError:
# no segments
return False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment