From 0a2cd0477b0f26eb6773d6f20b5eaa589c61a2de Mon Sep 17 00:00:00 2001
From: Ryan Michael Magee <ryan.magee@comp-hd-001.gwave.ics.psu.edu>
Date: Wed, 7 Aug 2019 16:52:14 -0400
Subject: [PATCH] inspiral.py : Added dummy method to FakeGracedbClient for
 compatibility with constructing skymap dags

---
 gstlal-inspiral/python/inspiral.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gstlal-inspiral/python/inspiral.py b/gstlal-inspiral/python/inspiral.py
index 61654b79c9..309b58f7d2 100644
--- a/gstlal-inspiral/python/inspiral.py
+++ b/gstlal-inspiral/python/inspiral.py
@@ -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):
-- 
GitLab