Skip to content
Snippets Groups Projects
Commit 0a2cd047 authored by Ryan Michael Magee's avatar Ryan Michael Magee
Browse files

inspiral.py : Added dummy method to FakeGracedbClient for compatibility with...

inspiral.py : Added dummy method to FakeGracedbClient for compatibility with constructing skymap dags
parent cf65c861
No related branches found
No related tags found
No related merge requests found
......@@ -469,6 +469,8 @@ class FakeGracedbClient(object):
return FakeGracedbResp()
def writeLog(self, gracedb_id, message, filename, filecontents, tagname):
return FakeGracedbResp()
def writeLabel(self, gracedb_id, tagname):
return FakeGracedbResp()
class GracedBWrapper(object):
......
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