Skip to content
Snippets Groups Projects

Feat[Jungfrau]: Inject CCVs using RESTful API

Merged Karim Ahmed requested to merge feat/inject_ccv_resfulapi into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -30,6 +30,7 @@ class ModuleNameError(KeyError):
class CalCatAPIError(requests.HTTPError):
"""Used when the response includes error details as JSON"""
class InjectAPIError(CalCatAPIError):
...
Loading