From: alex Date: Fri, 22 Apr 2022 18:56:51 +0000 (+0200) Subject: Remove stray empty line X-Git-Tag: 20240214-emacs~578 X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=83dd6feb9ffef6623b8b99341e6edfd79a131986;p=alex.git Remove stray empty line --- diff --git a/programming/python/creating_nice_python_cli_tools.md b/programming/python/creating_nice_python_cli_tools.md index ce8c3e1..6a44745 100644 --- a/programming/python/creating_nice_python_cli_tools.md +++ b/programming/python/creating_nice_python_cli_tools.md @@ -36,5 +36,4 @@ Following this advice can make your tools easy to install by others, pleasant to * Use `check=True` so if the subprocess fails, an exception will be raised. This is likely the best default behavior, although the error is a bit ugly, this normally prevents ugly problems and it's a safe option. - You can find examples for many of those techniques in my [repos](https://github.com/alexpdp7?tab=repositories&q=&type=&language=python&sort=).