Skip to content

Commit

Permalink
bin/ycsb correctly adds conf to -cp argument -- fixes brianfrankcoope…
Browse files Browse the repository at this point in the history
  • Loading branch information
ajccosta committed Mar 15, 2024
1 parent ce3eb9c commit 03b04e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/ycsb
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ def main():
# include top-level conf for when we're a binding-specific artifact.
# If we add top-level conf to the general artifact, starting here
# will allow binding-specific conf to override (because it's prepended)
cp = [os.path.join(ycsb_home, "conf")]
cp = [os.path.join(ycsb_home, "conf/")]
cp.extend(find_jars(os.path.join(ycsb_home, "lib")))
cp.extend(find_jars(os.path.join(db_dir, "lib")))
else:
Expand Down

0 comments on commit 03b04e0

Please sign in to comment.