Skip to content

Commit f84ce30

Browse files
author
Clement Champetier
committed
sam do: log the tuttle graph to create in debug
1 parent 766de64 commit f84ce30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

applications/sam/sam_do.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,7 @@ def run(self, parser):
502502
splitCmd = samDoUtils.SplitCmd(args.inputs, args.recursive)
503503
graphsWithNodes = []
504504
for splitCmdGraph in splitCmd.getGraphs():
505+
self.logger.debug('Create the following tuttle graph: \n' + str(splitCmdGraph))
505506
try:
506507
graphsWithNodes.append(self._getTuttleGraph(splitCmdGraph))
507508
except Exception as e:

0 commit comments

Comments
 (0)