Skip to content

Commit 5970655

Browse files
author
Alan O'Cais
committed
Tidy up some spacing
1 parent 91dab1f commit 5970655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easybuild/framework/easyblock.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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))

0 commit comments

Comments
 (0)