Skip to content
Snippets Groups Projects

remove undefined fastcch dark db_module parameter

Merged Karim Ahmed requested to merge fix/fastccd_dark_remove_db_module into master
1 file
+ 3
8
Compare changes
  • Side-by-side
  • Inline
parm.lower_deviation = temp_limits
parm.lower_deviation = temp_limits
parm.upper_deviation = temp_limits
parm.upper_deviation = temp_limits
# This should be used in case of running notebook
db_module = get_pdu_from_db(karabo_id, karabo_da, dconst,
# by a different method other than myMDC which already
condition, cal_db_interface,
# sends CalCat info.
snapshot_at=creation_time)[0]
# TODO: Set db_module to "" by default in the first cell
if not db_module:
db_module = get_pdu_from_db(karabo_id, karabo_da, dconst,
condition, cal_db_interface,
snapshot_at=creation_time)[0]
if db_output:
if db_output:
md = send_to_db(db_module, karabo_id, dconst, condition, file_loc, report,
md = send_to_db(db_module, karabo_id, dconst, condition, file_loc, report,
Loading