Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fuyufjh committed Mar 13, 2023
1 parent 9a7220b commit 15b631a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/scripts/run_demos.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def run_demo(demo: str, format: str):
def run_iceberg_demo():
demo = "iceberg-sink"
file_dir = dirname(abspath(__file__))
project_dir = dirname(dirname(file_dir))
project_dir = dirname(file_dir)
demo_dir = os.path.join(project_dir, demo)
print("Running demo: iceberg-sink")

Expand Down

0 comments on commit 15b631a

Please sign in to comment.