Skip to content
Snippets Groups Projects

Refactor 'webservice' ZMQ server

Merged Thomas Kluyver requested to merge webservice-refactor into master
4 unresolved threads
2 files
+ 575
417
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
0
@@ -13,6 +13,7 @@ class Errors:
MDC_RESPONSE = "FAILED: Response error from MDC: {}"
NOT_CONFIGURED = "FAILED: instrument not configured, please contact det-support@xfel.eu"
NOT_SUBMITTED = "FAILED: correction of {} failed during submision, please contact det-support@xfel.eu"
OTHER_ERROR = "FAILED: Error {}, please contact det-support@xfel.eu"
class MDC:
Loading