Skip to content

Commit

Permalink
Improve not allowed string.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeichikawasalesforce committed Nov 25, 2024
1 parent 2eae970 commit 3bb4d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tabpy/tabpy_tools/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ def _evaluate_remote_script(self, remote_script):

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

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

0 comments on commit 3bb4d37

Please sign in to comment.