Skip to content
Snippets Groups Projects
Commit e1017e36 authored by Sanghyun Ko's avatar Sanghyun Ko Committed by Andre Sailer
Browse files

fix typo from PR #1308

parent fcd55690
No related branches found
No related tags found
No related merge requests found
...@@ -66,7 +66,8 @@ class Geometry(ConfigHelper): ...@@ -66,7 +66,8 @@ class Geometry(ConfigHelper):
for value in val: for value in val:
self.__checkRegexKeys(value) self.__checkRegexKeys(value)
self._regexSDDetectorList.append(value) self._regexSDDetectorList.append(value)
raise RuntimeError(f"Unsupported type for regexSensitiveDetector: {val!r}") else:
raise RuntimeError(f"Unsupported type for regexSensitiveDetector: {val!r}")
@staticmethod @staticmethod
def __checkRegexKeys(val): def __checkRegexKeys(val):
......
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