splitSources.py: There is no output when the file contains only one source

This commit is contained in:
Kamil Śliwak 2020-11-17 16:20:02 +01:00
parent eb2f874eac
commit bab80e415d

View File

@ -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