Skip to content

Commit 8e18cc8

Browse files
committed
Disable signals
1 parent 413c4f0 commit 8e18cc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snakemake/scheduler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ async def get_temp_sizes_gb():
641641

642642
from timeout_decorator import timeout
643643

644-
@timeout(10, timeout_exception=TimeoutError)
644+
@timeout(10, use_signals=False, timeout_exception=TimeoutError)
645645
def _solve_ilp(self, prob):
646646
import pulp
647647

0 commit comments

Comments
 (0)