Skip to content
Snippets Groups Projects

Add hotfixed fix for including G2

Merged Karim Ahmed requested to merge fix/include_G2 into master
1 unresolved thread
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -1283,7 +1283,7 @@ class ActionsServer:
# Notebooks require one or three runs, depending on the
# detector type and operation mode.
triple = any(det in karabo_id for det in
["LPD", "AGIPD", "JUNGFRAU", "JF", "JNGFR", "GH2"])
["LPD", "AGIPD", "JUNGFRAU", "JF", "JNGFR", "GH2", "G2"])
# This fails silently if the hardcoded strings above are
# ever changed (triple = False) but the underlying notebook
Loading