diff --git a/scripts/splitSources.py b/scripts/splitSources.py index d31202fb7..68f978da6 100755 --- a/scripts/splitSources.py +++ b/scripts/splitSources.py @@ -7,7 +7,7 @@ # Usage: scripts/splitSources.py pathToTestfile # as a result prints # - string of created files separated by whitespaces -# - 'false' if the file only had one source +# - nothing if the input file contains only one source import sys import os