Skip to content
Snippets Groups Projects

use string config instead of writeIO magic

Merged Bert Palm requested to merge string-confs-in-tests into develop
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -81,6 +81,7 @@ def fromConfig(fname, *args, **func_kwargs):
class _ConfigReader:
logger: logging.Logger
saqc: SaQC
file: str | None
config: pd.DataFrame | None
parsed: List[Tuple[Any, ...]] | None
regex: bool | None
Loading