We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 721839f commit 5652fafCopy full SHA for 5652faf
1 file changed
create_article.py
@@ -55,7 +55,7 @@
55
with open('README.md', 'w') as ostream:
56
print('---\n'.join([header, entry+articles]), file=ostream, end='')
57
58
-print(f'\e[93mchecking out to branch: {slug}\e[0m')
+print(f'\x1b[93mchecking out to branch: {slug}\x1b[0m')
59
os.system(f'git checkout -b {slug}')
60
61
os.system(f'git add {fpath} README.md')
0 commit comments