We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e065577 + a97fc7b commit d8bd8b7Copy full SHA for d8bd8b7
1 file changed
config.py
@@ -534,7 +534,7 @@ def _setup_auto_su_platform_access_cookie_checking_interval(cls) -> None:
534
for key, value in (
535
raw_auto_su_platform_access_cookie_checking_interval.groupdict().items()
536
)
537
- if (stripped_value := value.strip())
+ if value and (stripped_value := value.strip())
538
}
539
540
if (
0 commit comments