Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit db718f3

Browse files
author
Alexis Ronez
committed
Just a little change in the script to make it nicer
1 parent 7b5dbed commit db718f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build_ebook.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
def create_ebook(path):
88

99
name_path = path
10-
print('create \"' + name_path + '\" ebook')
10+
print('\n Creating \"' + name_path + '\" ebook')
1111
# Recursively gather all markdown files in the right order
1212
markdownFiles = []
1313

0 commit comments

Comments
 (0)