Skip to content

Commit 93c77b6

Browse files
authored
Minor fixes to comments
1 parent d96c470 commit 93c77b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/browsergym/workarena/install.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,7 @@ def disable_password_policies():
790790
set_sys_property(
791791
instance=SNowInstance(), property_name="glide.apply.password_policy.on_login", value="false"
792792
)
793-
# The following is not supported on developer portal instances
793+
# Exception handling since this property is sometimes read-only on some instances
794794
try:
795795
set_sys_property(
796796
instance=SNowInstance(),
@@ -799,7 +799,7 @@ def disable_password_policies():
799799
)
800800
except Exception:
801801
logging.warning(
802-
"Skipping: failed to set sys property "
802+
"Warning: Failed to set sys property "
803803
"'glide.authenticate.api.user.reset_password.mandatory'. Continuing.",
804804
exc_info=True,
805805
)

0 commit comments

Comments
 (0)