Skip to content

Commit

Permalink
Removed print statement during Python UDF execution
Browse files Browse the repository at this point in the history
  • Loading branch information
aosingh committed Nov 28, 2023
1 parent e8972c8 commit 395cc05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def main(action, client_identifier, clientinfo, module):
try:
setattr(connection, k, v)
except AttributeError:
print(f"Python driver does not support setting {k}")
pass # ok to be silent, ADB-S Python runtime complains about print statements

set_connection_attributes()

Expand Down

0 comments on commit 395cc05

Please sign in to comment.