We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eae970 commit 3bb4d37Copy full SHA for 3bb4d37
tabpy/tabpy_tools/client.py
@@ -527,7 +527,7 @@ def _evaluate_remote_script(self, remote_script):
527
528
msg = response.text.replace('null', 'Success')
529
if "Ad-hoc scripts have been disabled" in msg:
530
- msg += "\n[Remote TabPy client not allowed.]"
+ msg += "\n[Deployment to remote tabpy client not allowed.]"
531
532
status_message = (f"{response.status_code} - {msg}\n")
533
print(status_message)
0 commit comments