File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -3278,6 +3278,7 @@ def build_and_install_one(ecdict, init_env):
32783278 start_time = time .time ()
32793279 try :
32803280 run_test_cases = not build_option ('skip_test_cases' ) and app .cfg ['tests' ]
3281+
32813282 if not dry_run :
32823283 # create our reproducability files before carrying out the easyblock steps
32833284 reprod_dir_root = os .path .dirname (app .logfile )
@@ -3435,7 +3436,6 @@ def copy_easyblocks_for_reprod(easyblock_instances, reprod_dir):
34353436 break
34363437 else :
34373438 easyblock_paths .add (easyblock_path )
3438-
34393439 for easyblock_path in easyblock_paths :
34403440 easyblock_basedir , easyblock_filename = os .path .split (easyblock_path )
34413441 copy_file (easyblock_path , os .path .join (reprod_easyblock_dir , easyblock_filename ))
You can’t perform that action at this time.
0 commit comments