diff --git a/ssri/ssri.py b/ssri/ssri.py index aab24b0..f777f81 100755 --- a/ssri/ssri.py +++ b/ssri/ssri.py @@ -15,7 +15,7 @@ CGREEN = "\33[92m" CYELLOW = "\33[93m" CEND = "\33[0m" - +# TODO: I probably want to add a feature where templates accept multiple template directories def getListOfFilesToSearchDir(inputDir, outputDir, noWarnings, verbose): files = ([], []) # first list is of orginal location, second is of new location