Commit Graph

523 Commits

Author SHA1 Message Date
augustin_s 098f3a3d40 moved import 2024-01-24 22:38:17 +01:00
augustin_s e73896c2f1 refactor 2024-01-24 22:38:02 +01:00
augustin_s a6f842562a cleanup 2024-01-24 22:37:56 +01:00
augustin_s 7465c2e656 cleanup 2024-01-24 13:15:56 +01:00
augustin_s 59f2f6ef5a cleanup 2024-01-24 12:17:29 +01:00
augustin_s 66f198c4fe cleanup 2024-01-24 12:12:23 +01:00
augustin_s 6a9b6cefa1 readability 2024-01-24 11:49:50 +01:00
augustin_s d0786995e8 cleanup 2024-01-24 11:45:18 +01:00
augustin_s c45d730999 cleanup 2024-01-24 11:34:18 +01:00
augustin_s 99958a1539 some empty lines 2024-01-24 11:28:31 +01:00
augustin_s 9f05542ca7 cleanup 2024-01-24 11:26:32 +01:00
augustin_s 6106d77a8b changed elif structure to dict lookup 2024-01-24 11:16:15 +01:00
augustin_s 9699a2dd8b formatting 2024-01-24 11:05:13 +01:00
augustin_s be21c1478f stop pylint complaining about test 2024-01-24 10:56:44 +01:00
augustin_s b612ff477c replaced remaining prints with logging 2024-01-24 10:35:06 +01:00
augustin_s 2a3ba4a321 copied error handling also to allowed/running detectors retrieval 2024-01-23 20:58:51 +01:00
augustin_s 74bfe570be use exceptions for error handling 2024-01-23 20:49:46 +01:00
augustin_s bdb405d315 allow returning (partially) pre-filled status dicts 2024-01-23 19:02:15 +01:00
augustin_s 32194d0b6a added helper for returning status dicts 2024-01-23 14:53:13 +01:00
augustin_s e5445c37cc moved utility functions around 2024-01-23 11:17:38 +01:00
augustin_s cc3d4976f9 removed no-operations 2024-01-22 12:38:09 +01:00
augustin_s 3f0b4517c0 separated/re-use the error handler 2024-01-22 12:18:34 +01:00
augustin_s c357d55ab5 split the slow broker into the same three files as the non-slow broker 2024-01-22 11:32:14 +01:00
augustin_s f39cfc552b fix data_api3.h5 import 2024-01-19 20:31:54 +01:00
NichtJens 54ebfa3361 removed contractions 2024-01-16 00:24:27 +01:00
NichtJens cdbafa101b removed mutable default args 2024-01-16 00:20:03 +01:00
NichtJens 8be0e9e2e3 moved import out of function 2024-01-16 00:18:08 +01:00
NichtJens dff28426c3 forgotten f-strings 2024-01-16 00:16:57 +01:00
NichtJens 49e77c829c fixed bare excepts 2024-01-16 00:15:22 +01:00
NichtJens 6108828a3a raise from 2024-01-16 00:06:10 +01:00
NichtJens ad22f32b0e removed useless try/except/raise block 2024-01-16 00:05:57 +01:00
NichtJens a0973b58fd use with statement; removed useless parenthesis 2024-01-16 00:02:41 +01:00
NichtJens 1437581b0c removed useless else 2024-01-15 23:59:56 +01:00
NichtJens c9641302d5 marked unused arguments 2024-01-15 23:58:29 +01:00
NichtJens f19e8b354e consistent TODO 2024-01-15 23:55:44 +01:00
NichtJens e8c7dfed2b removed/commented unused imports 2024-01-15 23:53:38 +01:00
NichtJens 358a8621f5 fixed/removed/commented unused variables 2024-01-15 23:52:23 +01:00
NichtJens aef3fc8675 indention 2024-01-15 23:48:17 +01:00
NichtJens 47199f90c4 removed contractions/apostrophes 2024-01-15 23:44:08 +01:00
NichtJens 2f6c2b78e5 double quotes 2024-01-15 23:41:34 +01:00
NichtJens 61b5e2947e f-strings 2024-01-15 23:38:55 +01:00
NichtJens 0ffcf26feb sorted imports 2024-01-15 23:19:37 +01:00
NichtJens 2b752025b4 removed trailing whitespace 2024-01-15 23:17:52 +01:00
NichtJens fa99428ee0 consistent TODO 2024-01-15 21:41:35 +01:00
NichtJens f2c6551233 fixed some unidiomatic code: consistently use with statement; use isinstance instead of type; do not use if as "function"; do not use range(len(...)); use is not None instead of != None; etc. 2024-01-15 21:29:34 +01:00
NichtJens 72554937ba forgotten f-strings 2024-01-15 19:32:21 +01:00
NichtJens da0c2d8dc4 fixed bare excepts; added error messages to response messages or log file 2024-01-15 19:28:43 +01:00
NichtJens 959d180e75 marked unused arguments 2024-01-15 19:09:18 +01:00
NichtJens bdf09df691 fixed/removed/commented unused variables 2024-01-15 19:02:41 +01:00
NichtJens 341eb29a2e removed f-strings without interpolation 2024-01-15 18:45:56 +01:00