We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10bbfe6 commit 5a00ec2Copy full SHA for 5a00ec2
brats/model/project/src/my_logic.py
@@ -13,7 +13,7 @@ def logic_wrapper(input_folder, output_folder):
13
print("wrapper: Here you can place your own logic")
14
15
# example logic
16
- copyfile(input_file, output_file)
+ #copyfile(input_file, output_file)
17
helper()
18
19
0 commit comments