From fff5a3f220c4a89bb45139055a2ca86ff71debe4 Mon Sep 17 00:00:00 2001
From: ahmedk <karim.ahmed@xfel.eu>
Date: Wed, 16 Feb 2022 11:23:50 +0100
Subject: [PATCH] add a comment pointing to the MR discussion

---
 src/cal_tools/tools.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/cal_tools/tools.py b/src/cal_tools/tools.py
index f2eeded2b..94d5e4a76 100644
--- a/src/cal_tools/tools.py
+++ b/src/cal_tools/tools.py
@@ -790,6 +790,8 @@ class CalibrationMetadata(dict):
                 print(f"Warning: existing {self._yaml_fn} is malformed, "
                       "will be overwritten")
         else:
+            # TODO: update after resolving this discussion
+            # https://git.xfel.eu/detectors/pycalibration/-/merge_requests/624
             self.save()
 
     def save(self):
-- 
GitLab