Skip to content
Snippets Groups Projects

[AGIPD][TESTs]test_agipdlib AGIPDCtrl and get_bias_voltage for AGIPD1M and AGIPD500K

Merged Karim Ahmed requested to merge test/test_agipdlib into master
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -820,6 +820,8 @@ def _orca_passthrough(
try:
requests.post(url)
except requests.ConnectionError:
logging.warning("Could not connect to orca to send passthrough request")
except Exception as e:
logging.error(f"orca post request error for url {url}", exc_info=True)
Loading