Skip to content
Snippets Groups Projects
Commit a34908ca authored by David Schäfer's avatar David Schäfer
Browse files

Merge branch 'develop' of https://git.ufz.de/rdm-software/saqc into develop

parents bcf1a6b3 f103e78e
No related branches found
No related tags found
No related merge requests found
......@@ -213,7 +213,7 @@ class SaQC(FuncModules):
@property
def flags(self) -> Accessor:
return Accessor(self.evaluate()._flags)
return Accessor(self._translator.backward(self.evaluate()._flags))
def readConfig(self, fname):
from saqc.core.reader import readConfig
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment