Skip to content

Commit

Permalink
Random 3am thought
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebagabones committed Dec 29, 2024
1 parent c616340 commit e35448d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssri/ssri.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e35448d

Please sign in to comment.