Skip to content

Commit

Permalink
Insert change that should be fixed by precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
cwlacewe committed Feb 20, 2025
1 parent f222fc2 commit aa5124e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/remote_function_test/udf_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def handle_bad_request(e):


if __name__ == "__main__":
if sys.argv[1] is None:
if sys.argv[1] == None:
print("Port missing\n Correct Usage: python3 udf_server.py <port>")
else:
app.run(host="0.0.0.0", port=int(sys.argv[1]))

0 comments on commit aa5124e

Please sign in to comment.