Skip to content

Commit

Permalink
Add comment in run-kernel-examples.py
Browse files Browse the repository at this point in the history
  • Loading branch information
scottsand-db committed May 16, 2024
1 parent 9474ac6 commit 189cd5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kernel/examples/run-kernel-examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ def run_cmd(cmd, throw_on_error=True, env=None, stream_output=False, **kwargs):
if args.use_local and (args.version != default_version):
raise Exception("Cannot specify --use-local with a --version different than in version.sbt")

# Note: comment this out to test against a local JAR (e.g. in ~/.m2). Do not use --use-local.
clear_artifact_cache()

if args.use_local:
Expand Down

0 comments on commit 189cd5b

Please sign in to comment.