Skip to content

Commit 3a3cb9e

Browse files
committed
Re-order the Context constructor
Signed-off-by: Maria Teresa Ortega <teresa.ortega0903@gmail.com>
1 parent 40224b0 commit 3a3cb9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lambkin/core/decorators/benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ def wrapper(args=None, output_dir=None):
7070
ctx = Context(
7171
variant=variant,
7272
iteration=iteration,
73-
output_dir=output_dir,
7473
options=options,
7574
source=source,
7675
variant_index=variant_index,
76+
output_dir=output_dir,
7777
)
7878
fn(ctx)
7979

0 commit comments

Comments
 (0)