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 766de64 commit f84ce30Copy full SHA for f84ce30
applications/sam/sam_do.py
@@ -502,6 +502,7 @@ def run(self, parser):
502
splitCmd = samDoUtils.SplitCmd(args.inputs, args.recursive)
503
graphsWithNodes = []
504
for splitCmdGraph in splitCmd.getGraphs():
505
+ self.logger.debug('Create the following tuttle graph: \n' + str(splitCmdGraph))
506
try:
507
graphsWithNodes.append(self._getTuttleGraph(splitCmdGraph))
508
except Exception as e:
0 commit comments