Skip to content

Commit 3bb4d37

Browse files
Improve not allowed string.
1 parent 2eae970 commit 3bb4d37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tabpy/tabpy_tools/client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ def _evaluate_remote_script(self, remote_script):
527527

528528
msg = response.text.replace('null', 'Success')
529529
if "Ad-hoc scripts have been disabled" in msg:
530-
msg += "\n[Remote TabPy client not allowed.]"
530+
msg += "\n[Deployment to remote tabpy client not allowed.]"
531531

532532
status_message = (f"{response.status_code} - {msg}\n")
533533
print(status_message)

0 commit comments

Comments
 (0)