Skip to content
Snippets Groups Projects
Commit 3953b113 authored by Rebecca Ewing's avatar Rebecca Ewing
Browse files

Update gstlal_ll_inspiral_event_uploader: typo static_method -> staticmethod

parent 646138cc
No related branches found
No related tags found
No related merge requests found
Pipeline #493721 failed
......@@ -565,7 +565,7 @@ class EventUploader(events.EventProcessor):
return "%d%s" % (n,"tsnrhtdd"[(n/10%10!=1)*(n%10<4)*n%10::4])
@static_method
@staticmethod
def get_coinc_row(event):
coinc_file = self.load_xmlobj(event["coinc"])
return lsctables.CoincTable.get_table(coinc_file)[0], coinc_file
......
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