File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -443,7 +443,8 @@ def run(self, updatehash=False):
443
443
)
444
444
445
445
# Check hash, check whether run should be enforced
446
- logger .info ('[Node] Setting-up "%s" in "%s".' , self .fullname , outdir )
446
+ if not isinstance (self , MapNode ):
447
+ logger .info (f'[Node] Setting-up "{ self .fullname } " in "{ outdir } ".' )
447
448
cached , updated = self .is_cached ()
448
449
449
450
# If the node is cached, check on pklz files and finish
@@ -534,7 +535,6 @@ def run(self, updatehash=False):
534
535
# Tear-up after success
535
536
shutil .move (hashfile_unfinished , hashfile_unfinished .replace ("_unfinished" , "" ))
536
537
write_node_report (self , result = result , is_mapnode = isinstance (self , MapNode ))
537
- logger .info ('[Node] Finished "%s".' , self .fullname )
538
538
return result
539
539
540
540
def _get_hashval (self ):
You can’t perform that action at this time.
0 commit comments