mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 16:07:40 +00:00
newlines.
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -8,4 +8,4 @@ if [ "$BUILD_TOOLS" = true ]; then
|
||||
nvm install $NODE_VERSION
|
||||
pip3 install --user PyYaml
|
||||
pip3 install --user beautifulsoup4
|
||||
fi;
|
||||
fi;
|
||||
|
||||
Reference in New Issue
Block a user