Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion anypytools/abcutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@

if (
ON_WINDOWS
and not running_in_snakemake()
# and not running_in_snakemake()
and "ANYPYTOOLS_DEBUG_USE_PYTHON_POPEN" not in os.environ
):
from .jobpopen import JobPopen as Popen
Expand Down