Skip to content

Commit 343ec4a

Browse files
committed
ref: justfile
1 parent ca7d772 commit 343ec4a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

wip/Justfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ run:
88
@just run-komponen
99

1010
run-filling:
11-
python src/filling.py
11+
python ./filling.py
1212

1313
run-loss:
14-
python src/loss.py
14+
python ./loss.py
1515

1616
run-komponen:
17-
python src/komponen.py
17+
python ./komponen.py

0 commit comments

Comments
 (0)