We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f533673 commit a97fc7bCopy full SHA for a97fc7b
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