We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9f9c5c commit 62dbadfCopy full SHA for 62dbadf
src/browsergym/workarena/instance.py
@@ -148,6 +148,7 @@ def check_is_installed(self):
148
raise RuntimeError(
149
f"ServiceNow instance is most likey not installed. "
150
"Please install the WorkArena plugin by running `workarena-install`.\n"
151
+ "Alternatively, your credentials might not be correct. Please check them."
152
)
153
154
def check_status(self):
0 commit comments