Skip to content

Commit 5652faf

Browse files
committed
colorise script message
1 parent 721839f commit 5652faf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

create_article.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
with open('README.md', 'w') as ostream:
5656
print('---\n'.join([header, entry+articles]), file=ostream, end='')
5757

58-
print(f'\e[93mchecking out to branch: {slug}\e[0m')
58+
print(f'\x1b[93mchecking out to branch: {slug}\x1b[0m')
5959
os.system(f'git checkout -b {slug}')
6060

6161
os.system(f'git add {fpath} README.md')

0 commit comments

Comments
 (0)