newlines.

This commit is contained in:
Ghommie
2019-06-13 22:54:41 +02:00
parent 27b7010181
commit 84bb5d90ce
2 changed files with 2 additions and 2 deletions

View File

@@ -217,4 +217,4 @@ if len(del_after):
for fileName in del_after:
if os.path.isfile(fileName):
print(' Deleting {0} (delete-after set)...'.format(fileName))
os.remove(fileName)
os.remove(fileName)

View File

@@ -8,4 +8,4 @@ if [ "$BUILD_TOOLS" = true ]; then
nvm install $NODE_VERSION
pip3 install --user PyYaml
pip3 install --user beautifulsoup4
fi;
fi;