Project

General

Profile

prewikka-debug.diff

Yoann VANDOORSELAERE, 06/09/2009 11:15 AM

Download (739 Bytes)

View differences:

prewikka/IDMEFDatabase.py
492 492
            analyzerid = row[0]
493 493
            analyzerids.append(analyzerid)
494 494

  
495
	print "getAnalyzerids() = ", analyzerids
495 496
        return analyzerids
496 497

  
497 498
    def getAnalyzerPaths(self, criteria=None):
......
509 510
                    break
510 511
                path.append(analyzerid)
511 512
                index += 1
513
	    print "append path = ", path
512 514
            analyzer_paths.append(path)
513 515

  
516
	print "return = ", analyzer_paths
514 517
        return analyzer_paths            
515 518

  
516 519
    def getAnalyzer(self, analyzerid):