Skip to content

Commit 750163c

Browse files
committed
Merge branch 'main-dev' of https://github.com/unum-cloud/ucall into main-dev
2 parents 9c9637e + 51bd671 commit 750163c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/bench.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def main(
142142
script_dir = os.path.dirname(os.path.abspath(__file__))
143143
project_dir = os.path.dirname(script_dir)
144144
sys.path.append(f"{script_dir}/login")
145-
sys.path.append(os.path.join(project_dir, "src"))
145+
sys.path.append(os.path.join(project_dir, "python"))
146146

147147
class_ = locate(class_name)
148148
stats = bench_parallel(

0 commit comments

Comments
 (0)