Skip to content

Commit 5a00ec2

Browse files
committed
Test model logic
1 parent 10bbfe6 commit 5a00ec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

brats/model/project/src/my_logic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def logic_wrapper(input_folder, output_folder):
1313
print("wrapper: Here you can place your own logic")
1414

1515
# example logic
16-
copyfile(input_file, output_file)
16+
#copyfile(input_file, output_file)
1717
helper()
1818

1919

0 commit comments

Comments
 (0)