Skip to content

Commit e463076

Browse files
committed
beautifying print statements
1 parent fe4a573 commit e463076

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jekyll-site-builder.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def jekyll_builder(cwd):
99
build_no = input("Enter the build number\t")
1010
comm_message = input("Describe your changes\t")
1111

12-
print("\n * Creating temp dir at "+cwd+"/../temp/")
12+
print("\n * Creating temp dir at "+cwd+"/../temp/" + "\n-------------------------")
1313
os.system("mkdir "+cwd+"/../temp/")
1414

1515
print("\n * Building static pages to "+cwd+"/../temp/" + "\n-------------------------")
@@ -30,13 +30,13 @@ def repo_handler(build_no, comm_message):
3030
os.system("git checkout master")
3131

3232
os.system("rm -rf ./*")
33-
print("\n * Removed files inside master branch......" + "\n-------------------------")
33+
print("\n * Removed files inside master branch......" + "\n-------------------------\n\n")
3434

3535
os.system("git addcomm -m \"Build No.: "+build_no+" :: "+comm_message+" | part 1\"")
3636
print("\n\n")
3737

3838
os.system("cp -r ../temp/* ./")
39-
print("\n * Added build files inside master branch......" + "\n-------------------------")
39+
print("\n * Added build files inside master branch......" + "\n-------------------------\n\n")
4040

4141
if(os.path.isdir("./_site/")):
4242
print("\n * _site/ folder exists, deleting the folder......" + "\n-------------------------")

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy