diff tools/effectiveT3/effectiveT3.py @ 11:ed8c1babc166 draft default tip

v0.0.21 - Added bio.tools xref
author peterjc
date Tue, 12 Mar 2024 16:04:13 +0000
parents a46d7861c32c
children
line wrap: on
line diff
--- a/tools/effectiveT3/effectiveT3.py	Fri Apr 16 22:34:56 2021 +0000
+++ b/tools/effectiveT3/effectiveT3.py	Tue Mar 12 16:04:13 2024 +0000
@@ -128,6 +128,7 @@
         of os.environ.get("PATH"), or can be overridden with a custom search
         path.
         """
+
         # Check that a given file can be accessed with the correct mode.
         # Additionally check that `file` is not a directory, as on Windows
         # directories pass the os.access check.